public class LambdaExpression extends ValueObject implements Expression
Modifier and Type | Class and Description |
---|---|
static class |
LambdaExpression.Parameter |
Modifier and Type | Field and Description |
---|---|
Statement |
body |
List<LambdaExpression.Parameter> |
parameters |
Constructor and Description |
---|
LambdaExpression(List<LambdaExpression.Parameter> parameters,
Statement body) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final List<LambdaExpression.Parameter> parameters
public final Statement body
public LambdaExpression(List<LambdaExpression.Parameter> parameters, Statement body)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.