Uses of Class
org.apache.commons.jexl3.parser.ASTVar
Packages that use ASTVar
Package
Description
Provides utilities for introspection services.
Contains the Parser for JEXL script.
-
Uses of ASTVar in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal with parameters of type ASTVarModifier and TypeMethodDescriptionprotected boolean
InterpreterBase.defineVariable
(ASTVar var, LexicalFrame frame) Defines a variable.protected Object
protected Object
protected Object
-
Uses of ASTVar in org.apache.commons.jexl3.parser
Methods in org.apache.commons.jexl3.parser with parameters of type ASTVarModifier and TypeMethodDescriptionprotected void
JexlParser.declareFunction
(ASTVar variable, Token token) Declares a local function.protected void
JexlParser.declareVariable
(ASTVar variable, Token token, boolean lexical, boolean constant) Declares a local variable.protected abstract Object