Uses of Class
gw.lang.ir.expression.IRArithmeticExpression
-
-
Uses of IRArithmeticExpression in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IRArithmeticExpression Modifier and Type Method Description static voidIRArithmeticExpressionCompiler. compile(IRArithmeticExpression expression, IRBytecodeContext context) -
Uses of IRArithmeticExpression in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRArithmeticExpression Modifier and Type Method Description private voidIRJavaCompiler. compileIRAdditiveExpression(IRArithmeticExpression irAdditiveExpression) -
Uses of IRArithmeticExpression in gw.internal.gosu.ir.compiler.tree
Methods in gw.internal.gosu.ir.compiler.tree with parameters of type IRArithmeticExpression Modifier and Type Method Description voidIRTreeCompiler. compileIRAdditiveExpression(IRArithmeticExpression irAdditiveExpression, int indent) -
Uses of IRArithmeticExpression in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRArithmeticExpression Modifier and Type Method Description private voidIRTreeVerifier. verifyIRAdditiveExpression(IRArithmeticExpression irAdditiveExpression) -
Uses of IRArithmeticExpression in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression that return IRArithmeticExpression Modifier and Type Method Description private IRArithmeticExpressionMultiplicativeExpressionTransformer. multiplyBoxedDimension(IType type, IRSymbol tempLhsInit, IRSymbol tempRhsInit)
-