Uses of Class
org.apache.sling.scripting.sightly.compiler.commands.VariableBinding.Global
Packages that use VariableBinding.Global
Package
Description
The
org.apache.sling.scripting.sightly.compiler.commands package defines the API for
Command processing.-
Uses of VariableBinding.Global in org.apache.sling.scripting.sightly.compiler.commands
Methods in org.apache.sling.scripting.sightly.compiler.commands with parameters of type VariableBinding.GlobalModifier and TypeMethodDescriptionvoidAbstractCommandVisitor.visit(VariableBinding.Global globalAssignment) voidCommandVisitor.visit(VariableBinding.Global globalAssignment) Process aVariableBinding.Globalcommand.voidStatefulVisitor.visit(VariableBinding.Global globalAssignment) -
Uses of VariableBinding.Global in org.apache.sling.scripting.sightly.impl.compiler.optimization
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type VariableBinding.GlobalModifier and TypeMethodDescriptionvoidCommandVariableUsage.visit(VariableBinding.Global globalAssignment) -
Uses of VariableBinding.Global in org.apache.sling.scripting.sightly.impl.compiler.visitor
Methods in org.apache.sling.scripting.sightly.impl.compiler.visitor with parameters of type VariableBinding.GlobalModifier and TypeMethodDescriptionvoidUniformVisitor.visit(VariableBinding.Global globalAssignment)