Class IRArrayStoreStatementCompiler
- java.lang.Object
-
- gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
-
- gw.internal.gosu.ir.compiler.bytecode.statement.IRArrayStoreStatementCompiler
-
public class IRArrayStoreStatementCompiler extends AbstractBytecodeCompiler
-
-
Field Summary
-
Fields inherited from class gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
OBJECT_TYPE
-
-
Constructor Summary
Constructors Constructor Description IRArrayStoreStatementCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
compile(IRArrayStoreStatement statement, IRBytecodeContext context)
-
Methods inherited from class gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
compileConditionAssignment, getIns, isNotPartOfBooleanExpr, isWide, negateOpcode
-
-
-
-
Method Detail
-
compile
public static void compile(IRArrayStoreStatement statement, IRBytecodeContext context)
-
-