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.VarCollectorEngine. varCollector()Creates a collector instance.Methods in org.apache.commons.jexl3.internal with parameters of type Engine.VarCollector Modifier and Type Method Description protected voidEngine. getVariables(ASTJexlScript script, JexlNode node, Engine.VarCollector collector)Fills up the list of variables accessed by a node.protected voidTemplateEngine.CompositeExpression. getVariables(Engine.VarCollector collector)Fills up the list of variables accessed by this unified expression.protected voidTemplateEngine.DeferredExpression. getVariables(Engine.VarCollector collector)protected voidTemplateEngine.JexlBasedExpression. getVariables(Engine.VarCollector collector)protected voidTemplateEngine.TemplateExpression. getVariables(Engine.VarCollector collector)Fills up the list of variables accessed by this unified expression.
-