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