Class BinaryOperationExpression

    • Method Detail

      • getStringRepresentation

        protected String getStringRepresentation(String operator)
      • composeBinaryOperationExpression

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