Class ASMBoxpiler
java.lang.Object
ortus.boxlang.compiler.Boxpiler
ortus.boxlang.compiler.asmboxpiler.ASMBoxpiler
- All Implemented Interfaces:
IBoxpiler
-
Field Summary
FieldsFields inherited from class ortus.boxlang.compiler.Boxpiler
classGenerationDirectory, classPools, diskClassUtil, frTransService, logger, runtimeFields inherited from interface ortus.boxlang.compiler.IBoxpiler
FQNBasePattern, RESERVED_WORDS -
Method Summary
Modifier and TypeMethodDescriptionvoidcompileClassInfo(String classPoolName, String FQN) List<byte[]> compileTemplateBytes(ResolvedFilePath resolvedFilePath) static ASMBoxpilerGet the singleton instancevoidprintTranspiledCode(ParsingResult result, ClassInfo classInfo, PrintStream target) Methods inherited from class ortus.boxlang.compiler.Boxpiler
clearPagePool, compileClass, compileClass, compileInterfaceProxy, compileScript, compileStatement, compileTemplate, getClassPool, getClassPools, getSourceMapFromFQN, parse, parse, parseOrFail, parseOrFail, validateParse
-
Field Details
-
DEBUG
public static final boolean DEBUG
-
-
Method Details
-
getInstance
Get the singleton instance- Returns:
- TemplateLoader
-
printTranspiledCode
-
compileClassInfo
-
compileTemplateBytes
-