Uses of Interface
org.apache.sling.scripting.sightly.compiler.commands.Command
Packages that use Command
Package
Description
The
org.apache.sling.scripting.sightly.compiler.commands
package defines the API for
Command
processing.-
Uses of Command in org.apache.sling.scripting.sightly.compiler.commands
Classes in org.apache.sling.scripting.sightly.compiler.commands that implement CommandModifier and TypeClassDescriptionstatic final class
static final class
static final class
static class
final class
ThisCommand
renders a variable's value.final class
ThisCommand
renders a text fragment.static class
static final class
static class
static final class
static final class
static class
Methods in org.apache.sling.scripting.sightly.compiler.commands that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandStream.getCommands()
Returns theList
of commands that were written into this stream.Methods in org.apache.sling.scripting.sightly.compiler.commands with parameters of type Command -
Uses of Command in org.apache.sling.scripting.sightly.impl.compiler
Methods in org.apache.sling.scripting.sightly.impl.compiler that return types with arguments of type CommandMethods in org.apache.sling.scripting.sightly.impl.compiler with parameters of type Command -
Uses of Command in org.apache.sling.scripting.sightly.impl.compiler.debug
Methods in org.apache.sling.scripting.sightly.impl.compiler.debug with parameters of type Command -
Uses of Command in org.apache.sling.scripting.sightly.impl.compiler.optimization
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type CommandModifier and TypeMethodDescriptionprotected Boolean
DeadCodeRemoval.assignDefault
(Command command) protected MapLiteral
SyntheticMapRemoval.assignDefault
(Command command) protected org.apache.sling.scripting.sightly.impl.compiler.optimization.UnusedVariableRemoval.VariableActivity
UnusedVariableRemoval.assignDefault
(Command command) CommandVariableUsage.extractVariables
(Command command) protected void
void
protected void
void
-
Uses of Command in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce with parameters of type CommandModifier and TypeMethodDescriptionprotected EvalResult
ConstantFolding.assignDefault
(Command command) protected void
-
Uses of Command in org.apache.sling.scripting.sightly.impl.compiler.util.stream
Methods in org.apache.sling.scripting.sightly.impl.compiler.util.stream with parameters of type Command -
Uses of Command in org.apache.sling.scripting.sightly.impl.compiler.visitor
Methods in org.apache.sling.scripting.sightly.impl.compiler.visitor with parameters of type CommandModifier and TypeMethodDescriptionprotected abstract T
TrackingVisitor.assignDefault
(Command command) void
protected abstract void
Constructor parameters in org.apache.sling.scripting.sightly.impl.compiler.visitor with type arguments of type CommandModifierConstructorDescriptionIgnoreRange
(Class<? extends Command> rangeStart, Class<? extends Command> rangeEnd) StatefulRangeIgnore
(StatefulVisitor.StateControl stateControl, Class<? extends Command> rangeStart, Class<? extends Command> rangeEnd)