Uses of Class
org.apache.sling.scripting.sightly.impl.compiler.frontend.CompilerContext
-
Packages that use CompilerContext Package Description org.apache.sling.scripting.sightly.impl.plugin -
-
Uses of CompilerContext in org.apache.sling.scripting.sightly.impl.plugin
Methods in org.apache.sling.scripting.sightly.impl.plugin with parameters of type CompilerContext Modifier and Type Method Description PluginInvokeAttributePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeCallPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeElementPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeIncludePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeListPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)Given the plugin invocation provide an invoke object which will influence the rendering command streamPluginInvokeRepeatPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeResourcePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeSetPlugin. invoke(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeTemplatePlugin. invoke(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeTestPlugin. invoke(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeTextPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeUnwrapPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeUsePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
-