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 intIRArithmeticExpressionCompiler. 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 IRExpressionAbstractElementTransformer. 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.OperationAbstractBitwiseExpressionTransformer. getOp()protected IRArithmeticExpression.OperationBitwiseAndExpressionTransformer. getOp()protected IRArithmeticExpression.OperationBitwiseOrExpressionTransformer. getOp()protected IRArithmeticExpression.OperationBitwiseXorExpressionTransformer. getOp() -
Uses of IRArithmeticExpression.Operation in gw.lang.ir.expression
Fields in gw.lang.ir.expression declared as IRArithmeticExpression.Operation Modifier and Type Field Description private IRArithmeticExpression.OperationIRArithmeticExpression. _opMethods in gw.lang.ir.expression that return IRArithmeticExpression.Operation Modifier and Type Method Description static IRArithmeticExpression.OperationIRArithmeticExpression.Operation. fromString(java.lang.String op)IRArithmeticExpression.OperationIRArithmeticExpression. getOp()static IRArithmeticExpression.OperationIRArithmeticExpression.Operation. valueOf(java.lang.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)
-