public class LambdaExpr extends Expression
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE| Constructor and Description |
|---|
LambdaExpr() |
LambdaExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
List<Parameter> parameters,
Statement body,
boolean parametersEnclosed) |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
Statement |
getBody() |
List<Parameter> |
getParameters() |
boolean |
isParametersEnclosed() |
void |
setBody(Statement body) |
void |
setParameters(List<Parameter> parameters) |
void |
setParametersEnclosed(boolean parametersEnclosed) |
addOrphanComment, clone, contains, equals, getAllContainedComments, getBeginColumn, getBeginLine, getChildrenNodes, getComment, getData, getEndColumn, getEndLine, getOrphanComments, getParentNode, hasComment, hashCode, isPositionedAfter, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBeginColumn, setBeginLine, setComment, setData, setEndColumn, setEndLine, setParentNode, toString, toStringWithoutCommentspublic Statement getBody()
public void setBody(Statement body)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic boolean isParametersEnclosed()
public void setParametersEnclosed(boolean parametersEnclosed)
Copyright © 2007-2015. All Rights Reserved.