Class ASMBoxpiler

java.lang.Object
ortus.boxlang.compiler.Boxpiler
ortus.boxlang.compiler.asmboxpiler.ASMBoxpiler
All Implemented Interfaces:
IBoxpiler

public class ASMBoxpiler extends Boxpiler
  • Field Details

    • DEBUG

      public static final boolean DEBUG
  • Method Details

    • getInstance

      public static ASMBoxpiler getInstance()
      Get the singleton instance
      Returns:
      TemplateLoader
    • printTranspiledCode

      public void printTranspiledCode(ParsingResult result, ClassInfo classInfo, PrintStream target)
    • compileClassInfo

      public void compileClassInfo(String classPoolName, String FQN)
    • compileTemplateBytes

      public List<byte[]> compileTemplateBytes(ResolvedFilePath resolvedFilePath)