public interface LambdaFunctionExpression extends Expression
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaFunctionExpression.Type |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression()
Returns the child expression
|
LambdaFunctionExpression.Type |
getType()
Returns the type of the lambda function expression
|
java.lang.String |
getVariableName() |
acceptExpression getExpression()
LambdaFunctionExpression.Type getType()
java.lang.String getVariableName()