public abstract static class MethodGraph.Compiler.AbstractBase extends Object implements MethodGraph.Compiler
MethodGraph.Compiler.AbstractBase, MethodGraph.Compiler.Default<T>, MethodGraph.Compiler.ForDeclaredMethods
DEFAULT
Constructor and Description |
---|
AbstractBase() |
Modifier and Type | Method and Description |
---|---|
MethodGraph.Linked |
compile(TypeDefinition typeDefinition)
Compiles the given type into a method graph considering the type to be the viewpoint.
|
MethodGraph.Linked |
compile(TypeDescription typeDescription)
Deprecated.
|
MethodGraph.Linked |
compile(TypeDescription typeDefinition,
TypeDescription viewPoint)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compile
public MethodGraph.Linked compile(TypeDefinition typeDefinition)
compile
in interface MethodGraph.Compiler
typeDefinition
- The type to be compiled.@Deprecated public MethodGraph.Linked compile(TypeDescription typeDescription)
compile
in interface MethodGraph.Compiler
typeDescription
- The type to be compiled.@Deprecated public MethodGraph.Linked compile(TypeDescription typeDefinition, TypeDescription viewPoint)
compile
in interface MethodGraph.Compiler
typeDefinition
- The type to be compiled.viewPoint
- The view point that determines the method's visibility.Copyright © 2014–2024. All rights reserved.