Uses of Class
org.apache.commons.jexl3.internal.Engine.VarCollector
-
Packages that use Engine.VarCollector Package Description org.apache.commons.jexl3.internal 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.VarCollector Modifier and Type Method Description protected Engine.VarCollector
Engine. varCollector()
Creates a collector instance.Methods in org.apache.commons.jexl3.internal with parameters of type Engine.VarCollector Modifier and Type Method Description protected 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.
-