Uses of Class
org.apache.sling.scripting.sightly.compiler.commands.StatefulVisitor.StateControl
-
Packages that use StatefulVisitor.StateControl Package Description org.apache.sling.scripting.sightly.compiler.commands Theorg.apache.sling.scripting.sightly.compiler.commandspackage defines the API forCommandprocessing.org.apache.sling.scripting.sightly.impl.compiler.optimization org.apache.sling.scripting.sightly.impl.compiler.visitor -
-
Uses of StatefulVisitor.StateControl in org.apache.sling.scripting.sightly.compiler.commands
Methods in org.apache.sling.scripting.sightly.compiler.commands that return StatefulVisitor.StateControl Modifier and Type Method Description StatefulVisitor.StateControlStatefulVisitor. getControl() -
Uses of StatefulVisitor.StateControl in org.apache.sling.scripting.sightly.impl.compiler.optimization
Constructors in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type StatefulVisitor.StateControl Constructor Description DeadCodeRemoval(StatefulVisitor.StateControl stateControl) -
Uses of StatefulVisitor.StateControl in org.apache.sling.scripting.sightly.impl.compiler.visitor
Constructors in org.apache.sling.scripting.sightly.impl.compiler.visitor with parameters of type StatefulVisitor.StateControl Constructor Description StatefulRangeIgnore(StatefulVisitor.StateControl stateControl, Class<? extends Command> rangeStart, Class<? extends Command> rangeEnd)
-