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() | 
| String | toString() | 
getKind