Uses of Interface
org.apache.sling.scripting.sightly.compiler.commands.CommandStream
Packages that use CommandStream
Package
Description
The
org.apache.sling.scripting.sightly.compiler package defines the API exposed by the
SightlyCompiler.The
org.apache.sling.scripting.sightly.compiler.backend defines the API that can be used by HTL Backend Compilers, used to
compile HTL Commands into executable code for other languages.Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of CommandStream in org.apache.sling.scripting.sightly.compiler
Methods in org.apache.sling.scripting.sightly.compiler that return CommandStreamModifier and TypeMethodDescriptionCompilationResult.getCommandStream()Provides access to the generatedCommandStreamfor evaluating / replaying theCommands after the compile operation. -
Uses of CommandStream in org.apache.sling.scripting.sightly.compiler.backend
Methods in org.apache.sling.scripting.sightly.compiler.backend with parameters of type CommandStreamModifier and TypeMethodDescriptionvoidBackendCompiler.handle(CommandStream stream) Process a stream of commands -
Uses of CommandStream in org.apache.sling.scripting.sightly.java.compiler
Methods in org.apache.sling.scripting.sightly.java.compiler with parameters of type CommandStreamModifier and TypeMethodDescriptionvoidGlobalShadowCheckBackendCompiler.handle(CommandStream stream) voidJavaClassBackendCompiler.handle(CommandStream stream)