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 classSequenceStreamTransformerApplies 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 StreamTransformerCoalescingWrites. TRANSFORMERstatic StreamTransformerSyntheticMapRemoval. TRANSFORMERstatic StreamTransformerUnusedVariableRemoval. TRANSFORMERMethods in org.apache.sling.scripting.sightly.impl.compiler.optimization that return StreamTransformer Modifier and Type Method Description static StreamTransformerDeadCodeRemoval. 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 StreamTransformerConstantFolding. transformer()
-