Uses of Class
gw.lang.ir.expression.IRRelationalExpression.Operation
-
Packages that use IRRelationalExpression.Operation Package Description gw.internal.gosu.ir.compiler.bytecode.expression gw.lang.ir.expression -
-
Uses of IRRelationalExpression.Operation in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IRRelationalExpression.Operation Modifier and Type Method Description private static intIRRelationalExpressionCompiler. getOpcodeFor0(IRRelationalExpression.Operation op) -
Uses of IRRelationalExpression.Operation in gw.lang.ir.expression
Fields in gw.lang.ir.expression declared as IRRelationalExpression.Operation Modifier and Type Field Description private IRRelationalExpression.OperationIRRelationalExpression. _opMethods in gw.lang.ir.expression that return IRRelationalExpression.Operation Modifier and Type Method Description static IRRelationalExpression.OperationIRRelationalExpression.Operation. get(java.lang.String strOp)IRRelationalExpression.OperationIRRelationalExpression. getOp()static IRRelationalExpression.OperationIRRelationalExpression.Operation. valueOf(java.lang.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)
-