Class MultiplicationDivisionRemainderExpression
java.lang.Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.ComplexExpression
org.thymeleaf.standard.expression.BinaryOperationExpression
org.thymeleaf.standard.expression.MultiplicationDivisionRemainderExpression
- All Implemented Interfaces:
Serializable,IStandardExpression
- Direct Known Subclasses:
DivisionExpression,MultiplicationExpression,RemainderExpression
- Since:
- 1.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprivate static final Methodprivate static final boolean[]protected static final Stringprivate static final Class<? extends BinaryOperationExpression>[](package private) static final String[]protected static final Stringprotected static final Stringprivate static final Methodprivate static final longFields inherited from class org.thymeleaf.standard.expression.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescription(package private) static ExpressionParsingStatecomposeMultiplicationDivisionRemainderExpression(ExpressionParsingState state, int nodeIndex) (package private) static boolean(package private) static booleanMethods inherited from class org.thymeleaf.standard.expression.BinaryOperationExpression
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentationMethods inherited from class org.thymeleaf.standard.expression.ComplexExpression
executeComplexMethods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute, execute, getStringRepresentation, parse, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
MULTIPLICATION_OPERATOR
- See Also:
-
DIVISION_OPERATOR
- See Also:
-
DIVISION_OPERATOR_2
- See Also:
-
REMAINDER_OPERATOR
- See Also:
-
REMAINDER_OPERATOR_2
- See Also:
-
OPERATORS
-
LENIENCIES
private static final boolean[] LENIENCIES -
OPERATOR_CLASSES
-
LEFT_ALLOWED_METHOD
-
RIGHT_ALLOWED_METHOD
-
-
Constructor Details
-
MultiplicationDivisionRemainderExpression
protected MultiplicationDivisionRemainderExpression(IStandardExpression left, IStandardExpression right)
-
-
Method Details
-
isRightAllowed
-
isLeftAllowed
-
composeMultiplicationDivisionRemainderExpression
static ExpressionParsingState composeMultiplicationDivisionRemainderExpression(ExpressionParsingState state, int nodeIndex)
-