Uses of Class
gw.lang.ir.expression.IRRelationalExpression.Operation
-
Packages that use IRRelationalExpression.Operation Package Description gw.lang.ir.expression -
-
Uses of IRRelationalExpression.Operation in gw.lang.ir.expression
Methods in gw.lang.ir.expression that return IRRelationalExpression.Operation Modifier and Type Method Description static IRRelationalExpression.Operation
IRRelationalExpression.Operation. get(String strOp)
IRRelationalExpression.Operation
IRRelationalExpression. getOp()
static IRRelationalExpression.Operation
IRRelationalExpression.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static IRRelationalExpression.Operation[]
IRRelationalExpression.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 IRRelationalExpression.Operation Constructor Description IRRelationalExpression(IRExpression lhs, IRExpression rhs, IRRelationalExpression.Operation op)
-