public abstract class MultiplicationDivisionRemainderExpression extends BinaryOperationExpression
Modifier and Type | Field and Description |
---|---|
protected static String |
DIVISION_OPERATOR |
protected static String |
DIVISION_OPERATOR_2 |
protected static String |
MULTIPLICATION_OPERATOR |
protected static String |
REMAINDER_OPERATOR |
protected static String |
REMAINDER_OPERATOR_2 |
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
Modifier | Constructor and Description |
---|---|
protected |
MultiplicationDivisionRemainderExpression(IStandardExpression left,
IStandardExpression right) |
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentation
execute, execute, getStringRepresentation, toString
protected static final String MULTIPLICATION_OPERATOR
protected static final String DIVISION_OPERATOR
protected static final String DIVISION_OPERATOR_2
protected static final String REMAINDER_OPERATOR
protected static final String REMAINDER_OPERATOR_2
protected MultiplicationDivisionRemainderExpression(IStandardExpression left, IStandardExpression right)
Copyright © 2016 The THYMELEAF team. All rights reserved.