public static class UnderlyingAST.CFGStatement extends UnderlyingAST
UnderlyingAST.CFGMethod, UnderlyingAST.CFGStatement, UnderlyingAST.Kind
Modifier and Type | Field and Description |
---|---|
protected com.sun.source.tree.Tree |
code |
kind
Constructor and Description |
---|
CFGStatement(com.sun.source.tree.Tree code) |
Modifier and Type | Method and Description |
---|---|
com.sun.source.tree.Tree |
getCode() |
java.lang.String |
toString() |
getKind
public com.sun.source.tree.Tree getCode()
getCode
in class UnderlyingAST
public java.lang.String toString()
toString
in class java.lang.Object