public static interface MethodGraph.Compiler
MethodGraph from a given type.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | MethodGraph.Compiler.AbstractBaseAn abstract base implementation of a method graph compiler. | 
| static class  | MethodGraph.Compiler.Default<T>A default implementation of a method graph. | 
| static class  | MethodGraph.Compiler.ForDeclaredMethodsA flat compiler that simply returns the methods that are declared by the instrumented type. | 
| Modifier and Type | Field and Description | 
|---|---|
| static MethodGraph.Compiler | DEFAULTThe default compiler for compiling Java methods. | 
| 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(TypeDefinition typeDefinition,
       TypeDescription viewPoint)Compiles the given type into a method graph. | 
| MethodGraph.Linked | compile(TypeDescription typeDescription)Deprecated. 
 | 
| MethodGraph.Linked | compile(TypeDescription typeDefinition,
       TypeDescription viewPoint)Deprecated. 
 | 
static final MethodGraph.Compiler DEFAULT
MethodGraph.Linked compile(TypeDefinition typeDefinition)
typeDefinition - The type to be compiled.@Deprecated MethodGraph.Linked compile(TypeDescription typeDescription)
compile(TypeDefinition).typeDescription - The type to be compiled.MethodGraph.Linked compile(TypeDefinition typeDefinition, TypeDescription viewPoint)
typeDefinition - The type to be compiled.viewPoint - The view point that determines the method's visibility.@Deprecated MethodGraph.Linked compile(TypeDescription typeDefinition, TypeDescription viewPoint)
compile(TypeDefinition, TypeDescription).typeDefinition - The type to be compiled.viewPoint - The view point that determines the method's visibility.Copyright © 2014–2025. All rights reserved.