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. | 
| 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(TypeDescription typeDescription)Compiles the given type into a method graph considering the type to be the viewpoint. | 
| MethodGraph.Linked | compile(TypeDescription typeDescription,
       TypeDescription viewPoint)Compiles the given type into a method graph. | 
static final MethodGraph.Compiler DEFAULT
MethodGraph.Linked compile(TypeDescription typeDescription)
typeDescription - The type to be compiled.MethodGraph.Linked compile(TypeDescription typeDescription, TypeDescription viewPoint)
typeDescription - The type to be compiled.viewPoint - The view point that determines the method's visibility.Copyright © 2014–2015. All rights reserved.