public static class UnderlyingAST.CFGStatement 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 Tree | 
code  | 
kind| Constructor and Description | 
|---|
CFGStatement(Tree code,
            ClassTree classTree)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClassTree | 
getClassTree()  | 
Tree | 
getCode()
Returns the code that corresponds to the CFG. 
 | 
String | 
toString()  | 
getKindprotected final Tree code
protected final ClassTree classTree
public Tree getCode()
UnderlyingASTgetCode in class UnderlyingASTpublic ClassTree getClassTree()