Uses of Class
org.apache.sling.scripting.sightly.impl.compiler.PushStream
-
-
Uses of PushStream in org.apache.sling.scripting.sightly.impl.compiler
Methods in org.apache.sling.scripting.sightly.impl.compiler with parameters of type PushStream Modifier and Type Method Description static voidPatterns. beginStreamIgnore(PushStream stream)Inserts a sequence of commands that will ignore the rest of the stream until the end stream sequence is insertedstatic voidPatterns. endStreamIgnore(PushStream stream)Inserts a sequence of commands that cancels stream ignore -
Uses of PushStream in org.apache.sling.scripting.sightly.impl.compiler.frontend
Methods in org.apache.sling.scripting.sightly.impl.compiler.frontend that return PushStream Modifier and Type Method Description PushStreamCompilerContext. getPushStream()Methods in org.apache.sling.scripting.sightly.impl.compiler.frontend with parameters of type PushStream Modifier and Type Method Description voidSimpleFrontend. compile(PushStream stream, String source)Constructors in org.apache.sling.scripting.sightly.impl.compiler.frontend with parameters of type PushStream Constructor Description CompilerContext(SymbolGenerator symbolGenerator, ExpressionWrapper wrapper, PushStream pushStream)ExpressionWrapper(PushStream stream, List<Filter> filters, Set<String> knownExpressionOptions) -
Uses of PushStream in org.apache.sling.scripting.sightly.impl.compiler.optimization
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization that return PushStream Modifier and Type Method Description PushStreamDeadCodeRemoval. getOutputStream()PushStreamSyntheticMapRemoval. getOutputStream()PushStreamUnusedVariableRemoval. getOutputStream() -
Uses of PushStream in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce that return PushStream Modifier and Type Method Description PushStreamConstantFolding. getOutputStream() -
Uses of PushStream in org.apache.sling.scripting.sightly.impl.compiler.util.stream
Methods in org.apache.sling.scripting.sightly.impl.compiler.util.stream that return PushStream Modifier and Type Method Description PushStreamEmitterVisitor. getOutputStream()Get the output streamMethods in org.apache.sling.scripting.sightly.impl.compiler.util.stream with parameters of type PushStream Modifier and Type Method Description static voidStreams. connect(CommandStream inStream, PushStream outStream, CommandVisitor visitor)Attach the visitor as a handle to the inStream and propagate the done signal from the inStream to the outStream -
Uses of PushStream in org.apache.sling.scripting.sightly.impl.html.dom
Constructors in org.apache.sling.scripting.sightly.impl.html.dom with parameters of type PushStream Constructor Description MarkupHandler(PushStream stream, Map<String,Plugin> pluginRegistry, List<Filter> filters, Set<String> knownExpressionOptions) -
Uses of PushStream in org.apache.sling.scripting.sightly.impl.plugin
Methods in org.apache.sling.scripting.sightly.impl.plugin with parameters of type PushStream Modifier and Type Method Description voidAggregatePluginInvoke. afterAttribute(PushStream stream, String attributeName)voidDefaultPluginInvoke. afterAttribute(PushStream stream, String attributeName)voidPluginInvoke. afterAttribute(PushStream stream, String attributeName)voidAggregatePluginInvoke. afterAttributes(PushStream stream)voidDefaultPluginInvoke. afterAttributes(PushStream stream)voidPluginInvoke. afterAttributes(PushStream stream)voidAggregatePluginInvoke. afterAttributeValue(PushStream stream, String attributeName)voidDefaultPluginInvoke. afterAttributeValue(PushStream stream, String attributeName)voidPluginInvoke. afterAttributeValue(PushStream stream, String attributeName)voidAggregatePluginInvoke. afterChildren(PushStream stream)voidDefaultPluginInvoke. afterChildren(PushStream stream)voidPluginInvoke. afterChildren(PushStream stream)voidAggregatePluginInvoke. afterElement(PushStream stream)voidDefaultPluginInvoke. afterElement(PushStream stream)voidPluginInvoke. afterElement(PushStream stream)voidAggregatePluginInvoke. afterTagClose(PushStream stream, boolean isSelfClosing)voidDefaultPluginInvoke. afterTagClose(PushStream stream, boolean isSelfClosing)voidPluginInvoke. afterTagClose(PushStream stream, boolean isSelfClosing)voidAggregatePluginInvoke. afterTagOpen(PushStream stream)voidDefaultPluginInvoke. afterTagOpen(PushStream stream)voidPluginInvoke. afterTagOpen(PushStream stream)voidAggregatePluginInvoke. beforeAttribute(PushStream stream, String attributeName)voidDefaultPluginInvoke. beforeAttribute(PushStream stream, String attributeName)voidPluginInvoke. beforeAttribute(PushStream stream, String attributeName)voidAggregatePluginInvoke. beforeAttributes(PushStream stream)voidDefaultPluginInvoke. beforeAttributes(PushStream stream)voidPluginInvoke. beforeAttributes(PushStream stream)voidAggregatePluginInvoke. beforeAttributeValue(PushStream stream, String attributeName, ExpressionNode attributeValue)voidDefaultPluginInvoke. beforeAttributeValue(PushStream stream, String attributeName, ExpressionNode attributeValue)voidPluginInvoke. beforeAttributeValue(PushStream stream, String attributeName, ExpressionNode attributeValue)voidAggregatePluginInvoke. beforeChildren(PushStream stream)voidDefaultPluginInvoke. beforeChildren(PushStream stream)voidPluginInvoke. beforeChildren(PushStream stream)voidAggregatePluginInvoke. beforeElement(PushStream stream, String tagName)voidDefaultPluginInvoke. beforeElement(PushStream stream, String tagName)voidPluginInvoke. beforeElement(PushStream stream, String tagName)voidAggregatePluginInvoke. beforeTagClose(PushStream stream, boolean isSelfClosing)voidDefaultPluginInvoke. beforeTagClose(PushStream stream, boolean isSelfClosing)voidPluginInvoke. beforeTagClose(PushStream stream, boolean isSelfClosing)voidAggregatePluginInvoke. beforeTagOpen(PushStream stream)voidDefaultPluginInvoke. beforeTagOpen(PushStream stream)voidPluginInvoke. beforeTagOpen(PushStream stream)voidAggregatePluginInvoke. onPluginCall(PushStream stream, PluginCallInfo callInfo, Expression expression)voidDefaultPluginInvoke. onPluginCall(PushStream stream, PluginCallInfo callInfo, Expression expression)voidPluginInvoke. onPluginCall(PushStream stream, PluginCallInfo callInfo, Expression expression)
-