Uses of Interface
org.apache.sling.scripting.sightly.compiler.commands.CommandStream
-
Packages that use CommandStream Package Description org.apache.sling.scripting.sightly.compiler Theorg.apache.sling.scripting.sightly.compilerpackage defines the API exposed by theSightlyCompiler.org.apache.sling.scripting.sightly.compiler.backend Theorg.apache.sling.scripting.sightly.compiler.backenddefines the API that can be used by HTL Backend Compilers, used to compile HTLCommands into executable code for other languages. -
-
Uses of CommandStream in org.apache.sling.scripting.sightly.compiler
Methods in org.apache.sling.scripting.sightly.compiler that return CommandStream Modifier and Type Method Description CommandStreamCompilationResult. getCommandStream()Provides access to the generatedCommandStreamfor evaluating / replaying theCommands after the compile operation. -
Uses of CommandStream in org.apache.sling.scripting.sightly.compiler.backend
Methods in org.apache.sling.scripting.sightly.compiler.backend with parameters of type CommandStream Modifier and Type Method Description voidBackendCompiler. handle(CommandStream stream)Process a stream of commands
-