Class ExpressionListModifier
java.lang.Object
com.blazebit.persistence.parser.expression.modifier.ExpressionListModifier
- All Implemented Interfaces:
ExpressionModifier
public class ExpressionListModifier extends Object implements ExpressionModifier
- Since:
- 1.2.0
- Author:
- Moritz Becker, Christian Beikov
-
Field Summary
Fields Modifier and Type Field Description protected intmodificationIndexprotected List<Expression>target -
Constructor Summary
Constructors Constructor Description ExpressionListModifier(List<? extends Expression> target, int modificationIndex) -
Method Summary
Modifier and Type Method Description Expressionget()List<Expression>getTarget()voidset(Expression expression)
-
Field Details
-
target
-
modificationIndex
protected final int modificationIndex
-
-
Constructor Details
-
Method Details
-
getTarget
-
set
- Specified by:
setin interfaceExpressionModifier
-
get
- Specified by:
getin interfaceExpressionModifier
-