public class SimpleCompiler extends Object implements IRClassCompiler
| Modifier and Type | Field and Description |
|---|---|
static SimpleCompiler |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compile(IRClass irClass,
boolean debug) |
String |
compileToJava(IRClass irClass) |
public static SimpleCompiler INSTANCE
public byte[] compile(IRClass irClass, boolean debug)
compile in interface IRClassCompilerpublic String compileToJava(IRClass irClass)
compileToJava in interface IRClassCompilerCopyright © 2016. All rights reserved.