Uses of Class
org.apache.sling.scripting.sightly.impl.compiler.visitor.TrackingVisitor
-
Packages that use TrackingVisitor Package Description org.apache.sling.scripting.sightly.impl.compiler.optimization org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce -
-
Uses of TrackingVisitor in org.apache.sling.scripting.sightly.impl.compiler.optimization
Subclasses of TrackingVisitor in org.apache.sling.scripting.sightly.impl.compiler.optimization Modifier and Type Class Description classDeadCodeRemovalRemoves code under conditionals which are proven to fail.classSyntheticMapRemovalThis optimization handles variables initialized to map literals.classUnusedVariableRemovalThis optimization removes variables which are bound but never used in the command stream. -
Uses of TrackingVisitor in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
Subclasses of TrackingVisitor in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce Modifier and Type Class Description classConstantFoldingOptimization which evaluates constant expressions during compilation-time
-