Uses of Class
org.apache.commons.jexl3.parser.ASTIdentifier
Packages that use ASTIdentifier
Package
Description
Provides utilities for introspection services.
Contains the Parser for JEXL script.
-
Uses of ASTIdentifier in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal with parameters of type ASTIdentifierModifier and TypeMethodDescription(package private) static Object
Engine32.getVariable
(Interpreter ii, Frame frame, LexicalScope block, ASTIdentifier identifier) Static delegation of getVariable.protected Object
InterpreterBase.getVariable
(Frame frame, LexicalScope block, ASTIdentifier identifier) Gets a value of a defined local variable or from the context.protected Object
Debugger.visit
(ASTIdentifier node, Object data) protected Object
Interpreter.visit
(ASTIdentifier identifier, Object data) protected Object
ScriptVisitor.visit
(ASTIdentifier node, Object data) protected Object
TemplateInterpreter.visit
(ASTIdentifier node, Object data) -
Uses of ASTIdentifier in org.apache.commons.jexl3.parser
Subclasses of ASTIdentifier in org.apache.commons.jexl3.parserModifier and TypeClassDescriptionclass
Namespace : identifier.class
Declares a local variable.Methods in org.apache.commons.jexl3.parser with parameters of type ASTIdentifierModifier and TypeMethodDescriptionprotected String
JexlParser.checkVariable
(ASTIdentifier identifier, String name) Checks whether an identifier is a local variable or argument, ie a symbol, stored in a register.protected abstract Object
ParserVisitor.visit
(ASTIdentifier node, Object data)