Uses of Class
org.apache.sling.scripting.sightly.impl.compiler.visitor.UniformVisitor
-
-
Uses of UniformVisitor in org.apache.sling.scripting.sightly.impl.compiler.optimization
Subclasses of UniformVisitor in org.apache.sling.scripting.sightly.impl.compiler.optimization Modifier and Type Class Description class
DeadCodeRemoval
Removes code under conditionals which are proven to fail.class
SyntheticMapRemoval
This optimization handles variables initialized to map literals.class
UnusedVariableRemoval
This optimization removes variables which are bound but never used in the command stream. -
Uses of UniformVisitor in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
Subclasses of UniformVisitor in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce Modifier and Type Class Description class
ConstantFolding
Optimization which evaluates constant expressions during compilation-time -
Uses of UniformVisitor in org.apache.sling.scripting.sightly.impl.compiler.visitor
Subclasses of UniformVisitor in org.apache.sling.scripting.sightly.impl.compiler.visitor Modifier and Type Class Description class
IgnoreRange
Ignore a nested range of commands.class
StatefulRangeIgnore
Variant ofIgnoreRange
to be used in stateful visitors.class
TrackingVisitor<T>
Command visitor which tracks variables in commands.
-