Uses of Class
gw.lang.ir.statement.IRAssignmentStatement
Packages that use IRAssignmentStatement
Package
Description
-
Uses of IRAssignmentStatement in gw.internal.gosu.ir.compiler.bytecode.statement
Methods in gw.internal.gosu.ir.compiler.bytecode.statement with parameters of type IRAssignmentStatementModifier and TypeMethodDescriptionstatic void
IRAssignmentStatementCompiler.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 IRAssignmentStatementModifier and TypeMethodDescriptionprivate void
IRJavaCompiler.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 IRAssignmentStatementModifier and TypeMethodDescriptionvoid
IRTreeCompiler.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 IRAssignmentStatementModifier and TypeMethodDescriptionprivate void
IRTreeVerifier.verifyIRAssignmentStatement
(IRAssignmentStatement irAssignmentStatement) -
Uses of IRAssignmentStatement in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IRAssignmentStatementModifier and TypeMethodDescriptionprotected IRAssignmentStatement
AbstractElementTransformer.buildAssignment
(IRSymbol symbol, IRExpression value) protected IRAssignmentStatement
AbstractElementTransformer.convertOperandToBig
(IType bigType, Class bigClass, IType operandType, IRExpression operand, IRSymbol tempRet) protected IRAssignmentStatement
AbstractElementTransformer.convertOperandToPrimitive
(IType primitiveType, IType operandType, IRExpression operand, IRSymbol tempRet) protected IRAssignmentStatement
AbstractElementTransformer.convertOperandToRational
(IType operandType, IRExpression operand, IRSymbol tempRet) protected IRAssignmentStatement
AbstractElementTransformer.initLocalVar
(Symbol varSym, IRExpression initialValue) protected IRAssignmentStatement
AbstractElementTransformer.initLocalVarWithDefault
(Symbol varSym)