Uses of Class
org.apache.commons.jexl3.internal.Engine.VarCollector
Packages that use Engine.VarCollector
Package
Description
Provides utilities for introspection services.
-
Uses of Engine.VarCollector in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal that return Engine.VarCollectorModifier and TypeMethodDescriptionprotected Engine.VarCollector
Engine.varCollector()
Creates a collector instance.Methods in org.apache.commons.jexl3.internal with parameters of type Engine.VarCollectorModifier and TypeMethodDescriptionprotected void
Engine.getVariables
(ASTJexlScript script, JexlNode node, Engine.VarCollector collector) Fills up the list of variables accessed by a node.protected void
TemplateEngine.CompositeExpression.getVariables
(Engine.VarCollector collector) Fills up the list of variables accessed by this unified expression.protected void
TemplateEngine.DeferredExpression.getVariables
(Engine.VarCollector collector) protected void
TemplateEngine.JexlBasedExpression.getVariables
(Engine.VarCollector collector) protected void
TemplateEngine.TemplateExpression.getVariables
(Engine.VarCollector collector) Fills up the list of variables accessed by this unified expression.