Uses of Class
org.apache.sling.scripting.sightly.impl.compiler.PushStream
Package
Description
-
Uses of PushStream in org.apache.sling.scripting.sightly.impl.compiler
Modifier and TypeMethodDescriptionstatic void
Patterns.beginStreamIgnore
(PushStream stream) Inserts a sequence of commands that will ignore the rest of the stream until the end stream sequence is insertedstatic void
Patterns.endStreamIgnore
(PushStream stream) Inserts a sequence of commands that cancels stream ignore -
Uses of PushStream in org.apache.sling.scripting.sightly.impl.compiler.frontend
ModifierConstructorDescriptionCompilerContext
(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
Modifier and TypeMethodDescriptionDeadCodeRemoval.getOutputStream()
SyntheticMapRemoval.getOutputStream()
UnusedVariableRemoval.getOutputStream()
-
Uses of PushStream in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
-
Uses of PushStream in org.apache.sling.scripting.sightly.impl.compiler.util.stream
Modifier and TypeMethodDescriptionstatic void
Streams.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
ModifierConstructorDescriptionMarkupHandler
(PushStream stream, Map<String, Plugin> pluginRegistry, List<Filter> filters, Set<String> knownExpressionOptions) -
Uses of PushStream in org.apache.sling.scripting.sightly.impl.plugin
Modifier and TypeMethodDescriptionvoid
AggregatePluginInvoke.afterAttribute
(PushStream stream, String attributeName) void
DefaultPluginInvoke.afterAttribute
(PushStream stream, String attributeName) void
PluginInvoke.afterAttribute
(PushStream stream, String attributeName) void
AggregatePluginInvoke.afterAttributes
(PushStream stream) void
DefaultPluginInvoke.afterAttributes
(PushStream stream) void
PluginInvoke.afterAttributes
(PushStream stream) void
AggregatePluginInvoke.afterAttributeValue
(PushStream stream, String attributeName) void
DefaultPluginInvoke.afterAttributeValue
(PushStream stream, String attributeName) void
PluginInvoke.afterAttributeValue
(PushStream stream, String attributeName) void
AggregatePluginInvoke.afterChildren
(PushStream stream) void
DefaultPluginInvoke.afterChildren
(PushStream stream) void
PluginInvoke.afterChildren
(PushStream stream) void
AggregatePluginInvoke.afterElement
(PushStream stream) void
DefaultPluginInvoke.afterElement
(PushStream stream) void
PluginInvoke.afterElement
(PushStream stream) void
AggregatePluginInvoke.afterTagClose
(PushStream stream, boolean isSelfClosing) void
DefaultPluginInvoke.afterTagClose
(PushStream stream, boolean isSelfClosing) void
PluginInvoke.afterTagClose
(PushStream stream, boolean isSelfClosing) void
AggregatePluginInvoke.afterTagOpen
(PushStream stream) void
DefaultPluginInvoke.afterTagOpen
(PushStream stream) void
PluginInvoke.afterTagOpen
(PushStream stream) void
AggregatePluginInvoke.beforeAttribute
(PushStream stream, String attributeName) void
DefaultPluginInvoke.beforeAttribute
(PushStream stream, String attributeName) void
PluginInvoke.beforeAttribute
(PushStream stream, String attributeName) void
AggregatePluginInvoke.beforeAttributes
(PushStream stream) void
DefaultPluginInvoke.beforeAttributes
(PushStream stream) void
PluginInvoke.beforeAttributes
(PushStream stream) void
AggregatePluginInvoke.beforeAttributeValue
(PushStream stream, String attributeName, ExpressionNode attributeValue) void
DefaultPluginInvoke.beforeAttributeValue
(PushStream stream, String attributeName, ExpressionNode attributeValue) void
PluginInvoke.beforeAttributeValue
(PushStream stream, String attributeName, ExpressionNode attributeValue) void
AggregatePluginInvoke.beforeChildren
(PushStream stream) void
DefaultPluginInvoke.beforeChildren
(PushStream stream) void
PluginInvoke.beforeChildren
(PushStream stream) void
AggregatePluginInvoke.beforeElement
(PushStream stream, String tagName) void
DefaultPluginInvoke.beforeElement
(PushStream stream, String tagName) void
PluginInvoke.beforeElement
(PushStream stream, String tagName) void
AggregatePluginInvoke.beforeTagClose
(PushStream stream, boolean isSelfClosing) void
DefaultPluginInvoke.beforeTagClose
(PushStream stream, boolean isSelfClosing) void
PluginInvoke.beforeTagClose
(PushStream stream, boolean isSelfClosing) void
AggregatePluginInvoke.beforeTagOpen
(PushStream stream) void
DefaultPluginInvoke.beforeTagOpen
(PushStream stream) void
PluginInvoke.beforeTagOpen
(PushStream stream) void
AggregatePluginInvoke.onPluginCall
(PushStream stream, PluginCallInfo callInfo, Expression expression) void
DefaultPluginInvoke.onPluginCall
(PushStream stream, PluginCallInfo callInfo, Expression expression) void
PluginInvoke.onPluginCall
(PushStream stream, PluginCallInfo callInfo, Expression expression)