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.VarCollectorEngine.varCollector()Creates a collector instance.Methods in org.apache.commons.jexl3.internal with parameters of type Engine.VarCollectorModifier and TypeMethodDescriptionprotected 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.