Uses of Enum
gw.lang.ir.expression.IRRelationalExpression.Operation
Packages that use IRRelationalExpression.Operation
-
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.OperationModifier and TypeMethodDescriptionprivate static int
IRRelationalExpressionCompiler.getOpcodeFor0
(IRRelationalExpression.Operation op) -
Uses of IRRelationalExpression.Operation in gw.lang.ir.expression
Fields in gw.lang.ir.expression declared as IRRelationalExpression.OperationModifier and TypeFieldDescriptionprivate IRRelationalExpression.Operation
IRRelationalExpression._op
Methods in gw.lang.ir.expression that return IRRelationalExpression.OperationModifier and TypeMethodDescriptionIRRelationalExpression.getOp()
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.OperationModifierConstructorDescription