Uses of Interface
org.apache.sling.scripting.sightly.impl.compiler.util.stream.EmitterVisitor
-
-
Uses of EmitterVisitor in org.apache.sling.scripting.sightly.impl.compiler.optimization
Classes in org.apache.sling.scripting.sightly.impl.compiler.optimization that implement EmitterVisitor 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 EmitterVisitor in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
Classes in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce that implement EmitterVisitor Modifier and Type Class Description classConstantFoldingOptimization which evaluates constant expressions during compilation-time -
Uses of EmitterVisitor in org.apache.sling.scripting.sightly.impl.compiler.util.stream
Methods in org.apache.sling.scripting.sightly.impl.compiler.util.stream with parameters of type EmitterVisitor Modifier and Type Method Description static CommandStreamStreams. map(CommandStream inStream, EmitterVisitor emitterVisitor)Attach the emitting visitor to the inStream.
-