public static class UnderlyingAST.CFGMethod extends UnderlyingAST
UnderlyingAST.CFGLambda, UnderlyingAST.CFGMethod, UnderlyingAST.CFGStatement, UnderlyingAST.Kind
Modifier and Type | Field and Description |
---|---|
protected com.sun.source.tree.ClassTree |
classTree
The class tree this method belongs to.
|
protected com.sun.source.tree.MethodTree |
method
The method declaration
|
kind
Constructor and Description |
---|
CFGMethod(com.sun.source.tree.MethodTree method,
com.sun.source.tree.ClassTree classTree) |
Modifier and Type | Method and Description |
---|---|
com.sun.source.tree.ClassTree |
getClassTree() |
com.sun.source.tree.Tree |
getCode() |
com.sun.source.tree.MethodTree |
getMethod() |
java.lang.String |
toString() |
getKind
protected final com.sun.source.tree.MethodTree method
protected final com.sun.source.tree.ClassTree classTree
public CFGMethod(com.sun.source.tree.MethodTree method, com.sun.source.tree.ClassTree classTree)
public com.sun.source.tree.Tree getCode()
getCode
in class UnderlyingAST
public com.sun.source.tree.MethodTree getMethod()
public com.sun.source.tree.ClassTree getClassTree()
public java.lang.String toString()
toString
in class java.lang.Object