public static interface MethodGraph.Compiler
MethodGraph from a given type.| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
MethodGraph.Compiler.AbstractBase
An abstract base implementation of a method graph compiler. 
 | 
static class  | 
MethodGraph.Compiler.Default<T>
A default implementation of a method graph. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static MethodGraph.Compiler | 
DEFAULT
The default compiler for compiling Java methods. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MethodGraph.Linked | 
compile(TypeDefinition typeDefinition,
       TypeDescription viewPoint)
Compiles the given type into a method graph. 
 | 
MethodGraph.Linked | 
compile(TypeDescription typeDescription)
Compiles the given type into a method graph considering the type to be the viewpoint. 
 | 
static final MethodGraph.Compiler DEFAULT
MethodGraph.Linked compile(TypeDescription typeDescription)
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.Copyright © 2014–2016. All rights reserved.