Uses of Class
gw.lang.ir.expression.IRArithmeticExpression.Operation
-
Packages that use IRArithmeticExpression.Operation Package Description gw.lang.ir.expression -
-
Uses of IRArithmeticExpression.Operation in gw.lang.ir.expression
Methods in gw.lang.ir.expression that return IRArithmeticExpression.Operation Modifier and Type Method Description static IRArithmeticExpression.OperationIRArithmeticExpression.Operation. fromString(String op)IRArithmeticExpression.OperationIRArithmeticExpression. getOp()static IRArithmeticExpression.OperationIRArithmeticExpression.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static IRArithmeticExpression.Operation[]IRArithmeticExpression.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gw.lang.ir.expression with parameters of type IRArithmeticExpression.Operation Constructor Description IRArithmeticExpression(IRType type, IRExpression lhs, IRExpression rhs, IRArithmeticExpression.Operation op)
-