Package gw.internal.gosu.ir.builders
Class SimpleCompiler
- java.lang.Object
-
- gw.internal.gosu.ir.builders.SimpleCompiler
-
- All Implemented Interfaces:
IRClassCompiler
public class SimpleCompiler extends Object implements IRClassCompiler
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleCompiler
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
compile(IRClass irClass, boolean debug)
String
compileToJava(IRClass irClass)
-
-
-
Field Detail
-
INSTANCE
public static SimpleCompiler INSTANCE
-
-
Method Detail
-
compile
public byte[] compile(IRClass irClass, boolean debug)
- Specified by:
compile
in interfaceIRClassCompiler
-
compileToJava
public String compileToJava(IRClass irClass)
- Specified by:
compileToJava
in interfaceIRClassCompiler
-
-