Package ortus.boxlang.compiler.javaboxpiler
package ortus.boxlang.compiler.javaboxpiler
-
ClassDescriptionBoxLang AST transpiler interfaceThis class uses the Java compiler to turn a BoxLang script into a Java classBoxLang AST to Java AST transpiler The registry maps a AST node to the corresponding Transformer Java class instance.Results of the Java transformation Contains a Java AST for the entry point and a collection of AST for each class such as UDF other callablesTranspiler Base class