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:
java.lang.Iterable<Expression>
,BaseExpression
,Expression
,Base<Expression>
- Direct Known Subclasses:
LambdaFormalParametersExpression
,LambdaIdentifiersExpression
public abstract class AbstractLambdaExpression extends AbstractLineNumberTypeExpression
-
-
Field Summary
Fields Modifier and Type Field Description protected BaseStatement
statements
-
Fields inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
type
-
Fields inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
lineNumber
-
Fields inherited from interface org.jd.core.v1.model.javasyntax.expression.Expression
UNKNOWN_LINE_NUMBER
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractLambdaExpression(int lineNumber, Type type, BaseStatement statements)
protected
AbstractLambdaExpression(Type type, BaseStatement statements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPriority()
BaseStatement
getStatements()
-
Methods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
getType, setType
-
Methods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
getLineNumber
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, size
-
Methods inherited from interface org.jd.core.v1.model.javasyntax.expression.BaseExpression
accept
-
-
-
-
Field Detail
-
statements
protected BaseStatement statements
-
-
Constructor Detail
-
AbstractLambdaExpression
protected AbstractLambdaExpression(Type type, BaseStatement statements)
-
AbstractLambdaExpression
protected AbstractLambdaExpression(int lineNumber, Type type, BaseStatement statements)
-
-
Method Detail
-
getPriority
public int getPriority()
- Specified by:
getPriority
in interfaceExpression
- Overrides:
getPriority
in classAbstractLineNumberExpression
-
getStatements
public BaseStatement getStatements()
-
-