Package | Description |
---|---|
org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
org.apache.commons.jexl3.parser |
Contains the Parser for JEXL script.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
Debugger.visit(ASTIdentifier node,
Object data) |
protected Object |
Interpreter.visit(ASTIdentifier node,
Object data) |
protected Object |
TemplateInterpreter.visit(ASTIdentifier node,
Object data) |
Modifier and Type | Class and Description |
---|---|
class |
ASTVar
Declares a local variable.
|
Modifier and Type | Method and Description |
---|---|
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–2015 The Apache Software Foundation. All rights reserved.