Package gw.lang.ir

Interface IRClassCompiler

All Known Implementing Classes:
SimpleCompiler

public interface IRClassCompiler
  • Method Details

    • compile

      byte[] compile(IRClass irClass, boolean debug)
    • compileToJava

      String compileToJava(IRClass irClass)