Uses of Interface
org.apache.sling.scripting.sightly.compiler.commands.CommandStream
Package
Description
The
org.apache.sling.scripting.sightly.compiler
package defines the API exposed by the
SightlyCompiler
.The
org.apache.sling.scripting.sightly.compiler.backend
defines the API that can be used by HTL Backend Compilers, used to
compile HTL Command
s into executable code for other languages.Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of CommandStream in org.apache.sling.scripting.sightly.compiler
Modifier and TypeMethodDescriptionCompilationResult.getCommandStream()
Provides access to the generatedCommandStream
for evaluating / replaying theCommand
s after the compile operation. -
Uses of CommandStream in org.apache.sling.scripting.sightly.compiler.backend
Modifier and TypeMethodDescriptionvoid
BackendCompiler.handle
(CommandStream stream) Process a stream of commands -
Uses of CommandStream in org.apache.sling.scripting.sightly.impl.compiler
-
Uses of CommandStream in org.apache.sling.scripting.sightly.impl.compiler.debug
Modifier and TypeMethodDescriptionstatic void
SanityChecker.attachChecker
(CommandStream commandStream) -
Uses of CommandStream in org.apache.sling.scripting.sightly.impl.compiler.optimization
Modifier and TypeMethodDescriptionSequenceStreamTransformer.transform
(CommandStream inStream) StreamTransformer.transform
(CommandStream inStream) Given the input stream, return a transformed out streamModifier and TypeMethodDescriptionSequenceStreamTransformer.transform
(CommandStream inStream) StreamTransformer.transform
(CommandStream inStream) Given the input stream, return a transformed out stream -
Uses of CommandStream in org.apache.sling.scripting.sightly.impl.compiler.util.stream
Modifier and TypeMethodDescriptionstatic CommandStream
Streams.map
(CommandStream inStream, EmitterVisitor emitterVisitor) Attach the emitting visitor to the inStream.Modifier and TypeMethodDescriptionstatic void
Streams.connect
(CommandStream inStream, PushStream outStream, CommandVisitor visitor) Attach the visitor as a handle to the inStream and propagate the done signal from the inStream to the outStreamstatic CommandStream
Streams.map
(CommandStream inStream, EmitterVisitor emitterVisitor) Attach the emitting visitor to the inStream. -
Uses of CommandStream in org.apache.sling.scripting.sightly.java.compiler
Modifier and TypeMethodDescriptionvoid
GlobalShadowCheckBackendCompiler.handle
(CommandStream stream) void
JavaClassBackendCompiler.handle
(CommandStream stream)