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 java.lang.Object implements IRClassCompiler
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleCompilerINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateSimpleCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]compile(IRClass irClass, boolean debug)java.lang.StringcompileToJava(IRClass irClass)
-
-
-
Field Detail
-
INSTANCE
public static SimpleCompiler INSTANCE
-
-
Method Detail
-
compile
public byte[] compile(IRClass irClass, boolean debug)
- Specified by:
compilein interfaceIRClassCompiler
-
compileToJava
public java.lang.String compileToJava(IRClass irClass)
- Specified by:
compileToJavain interfaceIRClassCompiler
-
-