@ConsumerType public interface BackendCompiler
A BackendCompiler
can be hooked in into the SightlyCompiler
in order to transpile HTL Command
s into other
JVM supported languages. The transpilation can be performed with the help of specific CommandVisitor
implementations that are
attached to the Command
s from the CommandStream
.
For more details see SightlyCompiler.compile(CompilationUnit, BackendCompiler)
.
Modifier and Type | Method and Description |
---|---|
void |
handle(CommandStream stream)
Process a stream of commands
|
void handle(CommandStream stream)
stream
- the stream of commandsCopyright © 2010 - 2020 Adobe. All Rights Reserved