Uses of Class
gw.lang.ir.expression.IRArithmeticExpression.Operation
-
-
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.Operation Modifier and Type Method Description protected 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.Operation Modifier and Type Method Description protected 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.Operation Modifier and Type Method Description protected 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
Methods in gw.lang.ir.expression that return IRArithmeticExpression.Operation Modifier and Type Method Description static IRArithmeticExpression.Operation
IRArithmeticExpression.Operation. fromString(String op)
IRArithmeticExpression.Operation
IRArithmeticExpression. getOp()
static IRArithmeticExpression.Operation
IRArithmeticExpression.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)
-