Class BigDecimalRelationalExprT

    • Constructor Detail

      • BigDecimalRelationalExprT

        public BigDecimalRelationalExprT​(com.github.javaparser.ast.expr.BinaryExpr.Operator operator,
                                         TypedExpression scope,
                                         TypedExpression argument)
    • Method Detail

      • 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