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