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 booleanInterpreterBase.defineVariable(ASTVar var, LexicalFrame frame) Defines a variable.protected Objectprotected Objectprotected Object -
Uses of ASTVar in org.apache.commons.jexl3.parser
Methods in org.apache.commons.jexl3.parser with parameters of type ASTVarModifier and TypeMethodDescriptionprotected voidJexlParser.declareFunction(ASTVar variable, Token token) Declares a local function.protected voidJexlParser.declareVariable(ASTVar variable, Token token, boolean lexical, boolean constant) Declares a local variable.protected abstract Object