Uses of Class
org.apache.commons.jexl3.parser.ASTIdentifier

Packages that use ASTIdentifier
org.apache.commons.jexl3.internal Provides utilities for introspection services. 
org.apache.commons.jexl3.parser 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 ASTIdentifier
protected  Object TemplateInterpreter.visit(ASTIdentifier node, Object data)
           
protected  Object Interpreter.visit(ASTIdentifier node, Object data)
           
protected  Object Debugger.visit(ASTIdentifier node, Object data)
           
 

Uses of ASTIdentifier in org.apache.commons.jexl3.parser
 

Subclasses of ASTIdentifier in org.apache.commons.jexl3.parser
 class ASTVar
          Declares a local variable.
 

Methods in org.apache.commons.jexl3.parser with parameters of type ASTIdentifier
 String JexlParser.checkVariable(ASTIdentifier identifier, String image)
          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)
           
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.