Class AbstractLambdaExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
org.jd.core.v1.model.javasyntax.expression.AbstractLambdaExpression
- All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>
- Direct Known Subclasses:
LambdaFormalParametersExpression, LambdaIdentifiersExpression
-
Field Summary
FieldsFields inherited from class AbstractLineNumberTypeExpression
typeFields inherited from class AbstractLineNumberExpression
lineNumberFields inherited from interface Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractLambdaExpression(int lineNumber, Type type, BaseStatement statements) protectedAbstractLambdaExpression(Type type, BaseStatement statements) -
Method Summary
Methods inherited from class AbstractLineNumberTypeExpression
getType, setTypeMethods inherited from class AbstractLineNumberExpression
getLineNumberMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseExpression
acceptMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
statements
-
-
Constructor Details
-
AbstractLambdaExpression
-
AbstractLambdaExpression
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceExpression- Overrides:
getPriorityin classAbstractLineNumberExpression
-
getStatements
-