Interface ITranspiler
- All Known Implementing Classes:
JavaTranspiler,Transpiler
public interface ITranspiler
BoxLang AST transpiler interface
-
Method Summary
-
Method Details
-
transpile
- Throws:
BoxRuntimeException
-
compileJava
String compileJava(com.github.javaparser.ast.CompilationUnit cu, String outputPath, List<String> classPath) throws BoxRuntimeException - Throws:
BoxRuntimeException
-
run
- Throws:
Throwable
-