public interface BackendCompiler
A BackendCompiler can be hooked in into the SightlyCompiler in order to transpile HTL Commands into other
JVM supported languages. The transpilation can be performed with the help of specific CommandVisitor implementations that are
attached to the Commands 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 commands"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"