Class BigDecimalArithmeticExprT

    • Constructor Detail

      • BigDecimalArithmeticExprT

        public BigDecimalArithmeticExprT​(java.lang.String bigDecimalMethod,
                                         TypedExpression scope,
                                         TypedExpression argument)
    • Method Detail

      • toBigDecimalMethod

        public static java.lang.String toBigDecimalMethod​(com.github.javaparser.ast.expr.BinaryExpr.Operator operator)
      • toBigDecimalMethod

        public static java.lang.String toBigDecimalMethod​(com.github.javaparser.ast.expr.AssignExpr.Operator operator)
      • getType

        public java.util.Optional<java.lang.reflect.Type> getType()
        Specified by:
        getType in interface TypedExpression
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object