Uses of Class
org.apache.commons.jexl3.parser.ASTVar
-
Packages that use ASTVar Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services.org.apache.commons.jexl3.parser 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 ASTVar Modifier and Type Method Description protected booleanInterpreterBase. defineVariable(ASTVar variable, LexicalFrame frame)Defines a variable.protected java.lang.ObjectDebugger. visit(ASTVar node, java.lang.Object data)protected java.lang.ObjectInterpreter. visit(ASTVar node, java.lang.Object data)protected java.lang.ObjectScriptVisitor. visit(ASTVar node, java.lang.Object data) -
Uses of ASTVar in org.apache.commons.jexl3.parser
Methods in org.apache.commons.jexl3.parser with parameters of type ASTVar Modifier and Type Method Description protected 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 java.lang.ObjectParserVisitor. visit(ASTVar node, java.lang.Object data)
-