public static class UnderlyingAST.CFGStatement 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 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 | getSimpleClassName()Returns the simple name of the enclosing class. | 
| String | toString() | 
getKind, getUidprotected final Tree code
protected final ClassTree classTree
public Tree getCode()
UnderlyingASTgetCode in class UnderlyingASTpublic ClassTree getClassTree()
public String getSimpleClassName()