public static class UnderlyingAST.CFGMethod extends UnderlyingAST
UnderlyingAST.CFGLambda, UnderlyingAST.CFGMethod, UnderlyingAST.CFGStatement, UnderlyingAST.Kind| Modifier and Type | Field and Description | 
|---|---|
protected ClassTree | 
classTree
The class tree this method belongs to. 
 | 
protected MethodTree | 
method
The method declaration. 
 | 
kind| Constructor and Description | 
|---|
CFGMethod(MethodTree method,
         ClassTree classTree)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClassTree | 
getClassTree()  | 
Tree | 
getCode()  | 
MethodTree | 
getMethod()  | 
String | 
toString()  | 
getKindprotected final MethodTree method
protected final ClassTree classTree
public CFGMethod(MethodTree method, ClassTree classTree)
public Tree getCode()
getCode in class UnderlyingASTpublic MethodTree getMethod()
public ClassTree getClassTree()