Uses of Class
org.apache.sling.scripting.sightly.compiler.commands.OutputVariable
-
Packages that use OutputVariable Package Description org.apache.sling.scripting.sightly.compiler.commands Theorg.apache.sling.scripting.sightly.compiler.commands
package defines the API forCommand
processing.org.apache.sling.scripting.sightly.impl.compiler.optimization org.apache.sling.scripting.sightly.impl.compiler.visitor -
-
Uses of OutputVariable in org.apache.sling.scripting.sightly.compiler.commands
Methods in org.apache.sling.scripting.sightly.compiler.commands with parameters of type OutputVariable Modifier and Type Method Description void
AbstractCommandVisitor. visit(OutputVariable outputVariable)
void
CommandVisitor. visit(OutputVariable outputVariable)
Process aOutputVariable
command.void
StatefulVisitor. visit(OutputVariable outputVariable)
-
Uses of OutputVariable in org.apache.sling.scripting.sightly.impl.compiler.optimization
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type OutputVariable Modifier and Type Method Description void
CommandVariableUsage. visit(OutputVariable outputVariable)
-
Uses of OutputVariable in org.apache.sling.scripting.sightly.impl.compiler.visitor
Methods in org.apache.sling.scripting.sightly.impl.compiler.visitor with parameters of type OutputVariable Modifier and Type Method Description void
UniformVisitor. visit(OutputVariable outputVariable)
-