Class BinaryOperationExpression

    • Method Detail

      • getStringRepresentation

        protected  getStringRepresentation​( operator)
      • composeBinaryOperationExpression

        protected static org.thymeleaf.standard.expression.ExpressionParsingState composeBinaryOperationExpression​(org.thymeleaf.standard.expression.ExpressionParsingState state,
                                                                                                                   int nodeIndex,
                                                                                                                   [] operators,
                                                                                                                   boolean[] leniencies,
                                                                                                                   <? extends BinaryOperationExpression>[] operationClasses,
                                                                                                                    leftAllowedMethod,
                                                                                                                    rightAllowedMethod)