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