Class MethodGraph.Compiler.AbstractBase

    • Constructor Detail

      • AbstractBase

        public AbstractBase()
    • Method Detail

      • compile

        public MethodGraph.Linked compile​(TypeDescription typeDescription)
        Compiles the given type into a method graph considering the type to be the viewpoint.
        Specified by:
        compile in interface MethodGraph.Compiler
        Parameters:
        typeDescription - The type to be compiled.
        Returns:
        A linked method graph representing the given type.