Uses of Enum
gw.lang.ir.expression.IRArithmeticExpression.Operation
Packages that use IRArithmeticExpression.Operation
Package
Description
-
Uses of IRArithmeticExpression.Operation in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IRArithmeticExpression.OperationModifier and TypeMethodDescriptionprotected static int
IRArithmeticExpressionCompiler.getInstruction
(IRType type, IRArithmeticExpression.Operation op) -
Uses of IRArithmeticExpression.Operation in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type IRArithmeticExpression.OperationModifier and TypeMethodDescriptionprotected IRExpression
AbstractElementTransformer.buildArithmetic
(IRExpression lhs, IRExpression rhs, IRArithmeticExpression.Operation operation) -
Uses of IRArithmeticExpression.Operation in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression that return IRArithmeticExpression.OperationModifier and TypeMethodDescriptionprotected abstract IRArithmeticExpression.Operation
AbstractBitwiseExpressionTransformer.getOp()
protected IRArithmeticExpression.Operation
BitwiseAndExpressionTransformer.getOp()
protected IRArithmeticExpression.Operation
BitwiseOrExpressionTransformer.getOp()
protected IRArithmeticExpression.Operation
BitwiseXorExpressionTransformer.getOp()
-
Uses of IRArithmeticExpression.Operation in gw.lang.ir.expression
Fields in gw.lang.ir.expression declared as IRArithmeticExpression.OperationModifier and TypeFieldDescriptionprivate IRArithmeticExpression.Operation
IRArithmeticExpression._op
Methods in gw.lang.ir.expression that return IRArithmeticExpression.OperationModifier and TypeMethodDescriptionIRArithmeticExpression.Operation.fromString
(String op) IRArithmeticExpression.getOp()
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.OperationModifierConstructorDescriptionIRArithmeticExpression
(IRType type, IRExpression lhs, IRExpression rhs, IRArithmeticExpression.Operation op)