Class IRClassCompiler
java.lang.Object
gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
gw.internal.gosu.ir.compiler.bytecode.IRClassCompiler
-
Field Summary
FieldsFields inherited from class gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
OBJECT_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic byte[]compileClass(IRClass irClass, boolean debug) static Stringstatic booleanisDebugFlagSet(DebugFlag flag) toString()static voidverify(byte[] bytes) Methods inherited from class gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
compileConditionAssignment, getIns, isNotPartOfBooleanExpr, isWide, negateOpcode
-
Field Details
-
JAVA_VER
public static final int JAVA_VER- See Also:
-
-
Constructor Details
-
IRClassCompiler
-
-
Method Details