Uses of Interface
org.apache.sling.scripting.sightly.impl.compiler.optimization.StreamTransformer
-
Packages that use StreamTransformer Package Description org.apache.sling.scripting.sightly.impl.compiler.optimization org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce -
-
Uses of StreamTransformer in org.apache.sling.scripting.sightly.impl.compiler.optimization
Classes in org.apache.sling.scripting.sightly.impl.compiler.optimization that implement StreamTransformer Modifier and Type Class Description class
SequenceStreamTransformer
Applies a list of transformations in sequence.Fields in org.apache.sling.scripting.sightly.impl.compiler.optimization declared as StreamTransformer Modifier and Type Field Description static StreamTransformer
CoalescingWrites. TRANSFORMER
static StreamTransformer
SyntheticMapRemoval. TRANSFORMER
static StreamTransformer
UnusedVariableRemoval. TRANSFORMER
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization that return StreamTransformer Modifier and Type Method Description static StreamTransformer
DeadCodeRemoval. transformer()
Constructor parameters in org.apache.sling.scripting.sightly.impl.compiler.optimization with type arguments of type StreamTransformer Constructor Description SequenceStreamTransformer(List<StreamTransformer> transformers)
-
Uses of StreamTransformer in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce that return StreamTransformer Modifier and Type Method Description static StreamTransformer
ConstantFolding. transformer()
-