Interface BackendCompiler
-
- All Known Implementing Classes:
GlobalShadowCheckBackendCompiler,JavaClassBackendCompiler
@ConsumerType public interface BackendCompiler
A
BackendCompilercan be hooked in into theSightlyCompilerin order to transpile HTLCommands into other JVM supported languages. The transpilation can be performed with the help of specificCommandVisitorimplementations that are attached to theCommands from theCommandStream.For more details see
SightlyCompiler.compile(CompilationUnit, BackendCompiler).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(CommandStream stream)Process a stream of commands
-
-
-
Method Detail
-
handle
void handle(CommandStream stream)
Process a stream of commands- Parameters:
stream- the stream of commands
-
-