Class BinaryExprT

    • Constructor Detail

    • Method Detail

      • compoundToArithmeticOperation

        public static com.github.javaparser.ast.expr.BinaryExpr.Operator compoundToArithmeticOperation​(com.github.javaparser.ast.expr.AssignExpr.Operator operator)
      • getOperator

        public com.github.javaparser.ast.expr.BinaryExpr.Operator getOperator()
      • getType

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