public abstract static class MethodGraph.Compiler.AbstractBase extends Object implements MethodGraph.Compiler
MethodGraph.Compiler.AbstractBase, MethodGraph.Compiler.Default<T>, MethodGraph.Compiler.ForDeclaredMethodsDEFAULT| 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, waitcompilepublic MethodGraph.Linked compile(TypeDefinition typeDefinition)
compile in interface MethodGraph.CompilertypeDefinition - The type to be compiled.@Deprecated public MethodGraph.Linked compile(TypeDescription typeDescription)
compile in interface MethodGraph.CompilertypeDescription - The type to be compiled.@Deprecated public MethodGraph.Linked compile(TypeDescription typeDefinition, TypeDescription viewPoint)
compile in interface MethodGraph.CompilertypeDefinition - The type to be compiled.viewPoint - The view point that determines the method's visibility.Copyright © 2014–2023. All rights reserved.