public static class UnderlyingAST.CFGMethod extends UnderlyingAST
UnderlyingAST.CFGLambda, UnderlyingAST.CFGMethod, UnderlyingAST.CFGStatement, UnderlyingAST.Kind| Modifier and Type | Field and Description | 
|---|---|
| protected ClassTree | classTreeThe class tree this method belongs to. | 
| protected MethodTree | methodThe 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()