Uses of Package
org.apache.sling.scripting.sightly.compiler.commands
Packages that use org.apache.sling.scripting.sightly.compiler.commands
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 Commands into executable code for other languages.The 
org.apache.sling.scripting.sightly.compiler.commands package defines the API for
 Command processing.Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.
- 
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.compilerClassDescriptionThis interface defines a stream to whichCommands are pushed during the compilation of a HTL script by theSightlyCompiler.
- 
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.compiler.backendClassDescriptionThis interface defines a stream to whichCommands are pushed during the compilation of a HTL script by theSightlyCompiler.
- 
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.compiler.commandsClassDescriptionACommandrepresents the type of instruction a certain HTL expression or block element should execute.TheCommandHandleris the mechanism through which aCommandStreamcan be processed synchronously, as the stream is written.TheCommandVisitoris the mechanism through which aCommandcan be processed.ThisCommandrenders a variable's value.ThisCommandrenders a text fragment.
- 
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compilerClassDescriptionACommandrepresents the type of instruction a certain HTL expression or block element should execute.TheCommandHandleris the mechanism through which aCommandStreamcan be processed synchronously, as the stream is written.This interface defines a stream to whichCommands are pushed during the compilation of a HTL script by theSightlyCompiler.
- 
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.debugClassDescriptionThis class can be extended byCommandVisitorimplementations that don't provide support for all the availableCommands.ACommandrepresents the type of instruction a certain HTL expression or block element should execute.TheCommandHandleris the mechanism through which aCommandStreamcan be processed synchronously, as the stream is written.This interface defines a stream to whichCommands are pushed during the compilation of a HTL script by theSightlyCompiler.TheCommandVisitoris the mechanism through which aCommandcan be processed.
- 
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.optimizationClassDescriptionThis class can be extended byCommandVisitorimplementations that don't provide support for all the availableCommands.ACommandrepresents the type of instruction a certain HTL expression or block element should execute.TheCommandHandleris the mechanism through which aCommandStreamcan be processed synchronously, as the stream is written.This interface defines a stream to whichCommands are pushed during the compilation of a HTL script by theSightlyCompiler.TheCommandVisitoris the mechanism through which aCommandcan be processed.ThisCommandrenders a variable's value.
- 
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.optimization.reduceClassDescriptionACommandrepresents the type of instruction a certain HTL expression or block element should execute.TheCommandVisitoris the mechanism through which aCommandcan be processed.
- 
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.util.streamClassDescriptionACommandrepresents the type of instruction a certain HTL expression or block element should execute.TheCommandHandleris the mechanism through which aCommandStreamcan be processed synchronously, as the stream is written.This interface defines a stream to whichCommands are pushed during the compilation of a HTL script by theSightlyCompiler.TheCommandVisitoris the mechanism through which aCommandcan be processed.
- 
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.impl.compiler.visitor
- 
Classes in org.apache.sling.scripting.sightly.compiler.commands used by org.apache.sling.scripting.sightly.java.compilerClassDescriptionThis interface defines a stream to whichCommands are pushed during the compilation of a HTL script by theSightlyCompiler.