Uses of Class
gw.lang.ir.statement.IRForEachStatement
-
Packages that use IRForEachStatement Package Description gw.internal.gosu.ir.compiler.bytecode.statement gw.internal.gosu.ir.transform.statement -
-
Uses of IRForEachStatement in gw.internal.gosu.ir.compiler.bytecode.statement
Methods in gw.internal.gosu.ir.compiler.bytecode.statement with parameters of type IRForEachStatement Modifier and Type Method Description static void
IRForEachStatementCompiler. compile(IRForEachStatement forLoop, IRBytecodeContext context)
-
Uses of IRForEachStatement in gw.internal.gosu.ir.transform.statement
Methods in gw.internal.gosu.ir.transform.statement that return IRForEachStatement Modifier and Type Method Description static IRForEachStatement
ForEachStatementTransformer. makeLoop(TopLevelTransformationContext cc, IRExpression rootExpression, IType type, Symbol identifier, Symbol indexSymbol)
Helper for creating iterative loops.
-