Uses of Class
gw.lang.ir.statement.IRAssignmentStatement
-
-
Uses of IRAssignmentStatement in gw.internal.gosu.ir.compiler.bytecode.statement
Methods in gw.internal.gosu.ir.compiler.bytecode.statement with parameters of type IRAssignmentStatement Modifier and Type Method Description static voidIRAssignmentStatementCompiler. compile(IRAssignmentStatement statement, IRBytecodeContext context) -
Uses of IRAssignmentStatement in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRAssignmentStatement Modifier and Type Method Description private voidIRJavaCompiler. compileIRAssignmentStatement(IRAssignmentStatement irAssignmentStatement) -
Uses of IRAssignmentStatement in gw.internal.gosu.ir.compiler.tree
Methods in gw.internal.gosu.ir.compiler.tree with parameters of type IRAssignmentStatement Modifier and Type Method Description voidIRTreeCompiler. compileIRAssignmentStatement(IRAssignmentStatement irAssignmentStatement, int indent) -
Uses of IRAssignmentStatement in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRAssignmentStatement Modifier and Type Method Description private voidIRTreeVerifier. verifyIRAssignmentStatement(IRAssignmentStatement irAssignmentStatement) -
Uses of IRAssignmentStatement in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IRAssignmentStatement Modifier and Type Method Description protected IRAssignmentStatementAbstractElementTransformer. buildAssignment(IRSymbol symbol, IRExpression value)protected IRAssignmentStatementAbstractElementTransformer. convertOperandToBig(IType bigType, java.lang.Class bigClass, IType operandType, IRExpression operand, IRSymbol tempRet)protected IRAssignmentStatementAbstractElementTransformer. convertOperandToPrimitive(IType primitiveType, IType operandType, IRExpression operand, IRSymbol tempRet)protected IRAssignmentStatementAbstractElementTransformer. convertOperandToRational(IType operandType, IRExpression operand, IRSymbol tempRet)protected IRAssignmentStatementAbstractElementTransformer. initLocalVar(Symbol varSym, IRExpression initialValue)protected IRAssignmentStatementAbstractElementTransformer. initLocalVarWithDefault(Symbol varSym)
-