Package gw.lang.ir
Interface IRClassCompiler
-
- All Known Implementing Classes:
SimpleCompiler
public interface IRClassCompiler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
compile(IRClass irClass, boolean debug)
String
compileToJava(IRClass irClass)
-