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 ObjectEngine32.getVariable(Interpreter ii, Frame frame, LexicalScope block, ASTIdentifier identifier) Static delegation of getVariable.protected ObjectInterpreterBase.getVariable(Frame frame, LexicalScope block, ASTIdentifier identifier) Gets a value of a defined local variable or from the context.protected ObjectDebugger.visit(ASTIdentifier node, Object data) protected ObjectInterpreter.visit(ASTIdentifier identifier, Object data) protected ObjectScriptVisitor.visit(ASTIdentifier node, Object data) protected ObjectTemplateInterpreter.visit(ASTIdentifier node, Object data) -
Uses of ASTIdentifier in org.apache.commons.jexl3.parser
Subclasses of ASTIdentifier in org.apache.commons.jexl3.parserModifier and TypeClassDescriptionclassNamespace : identifier.classDeclares a local variable.Methods in org.apache.commons.jexl3.parser with parameters of type ASTIdentifierModifier and TypeMethodDescriptionprotected StringJexlParser.checkVariable(ASTIdentifier identifier, String name) Checks whether an identifier is a local variable or argument, ie a symbol, stored in a register.protected abstract ObjectParserVisitor.visit(ASTIdentifier node, Object data)