public static class UnderlyingAST.CFGMethod 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 MethodTree |
method
The method declaration
|
kind
Constructor and Description |
---|
CFGMethod(MethodTree method,
ClassTree classTree) |
Modifier and Type | Method and Description |
---|---|
ClassTree |
getClassTree() |
Tree |
getCode() |
MethodTree |
getMethod() |
java.lang.String |
toString() |
getKind
protected final MethodTree method
protected final ClassTree classTree
public CFGMethod(MethodTree method, ClassTree classTree)
public Tree getCode()
getCode
in class UnderlyingAST
public MethodTree getMethod()
public ClassTree getClassTree()
public java.lang.String toString()
toString
in class java.lang.Object