Package | Description |
---|---|
org.apache.commons.jexl |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl.parser |
Contains the Parser for JEXL script.
|
Modifier and Type | Field and Description |
---|---|
protected static Parser |
ExpressionFactory.parser
The singleton ExpressionFactory also holds a single instance of
Parser . |
protected static Parser |
ScriptFactory.parser
The singleton ScriptFactory also holds a single instance of
Parser . |
Modifier and Type | Field and Description |
---|---|
protected Parser |
SimpleNode.parser
parser that created the node.
|
Constructor and Description |
---|
ASTAddNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTAndNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTArrayAccess(Parser p,
int id)
Create a node with the given parser and id.
|
ASTArrayLiteral(Parser p,
int id) |
ASTAssignment(Parser p,
int id)
Create a node with the given parser and id.
|
ASTBitwiseAndNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTBitwiseComplNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTBitwiseOrNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTBitwiseXorNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTBlock(Parser p,
int id)
Create a node with the given parser and id.
|
ASTDivNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTElvisNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTEmptyFunction(Parser p,
int id)
Create a node with the given parser and id.
|
ASTEQNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTExpression(Parser p,
int id)
Create a node with the given parser and id.
|
ASTExpressionExpression(Parser p,
int id)
Create a node with the given parser and id.
|
ASTFalseNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTFloatLiteral(Parser p,
int id)
Create a node with the given parser and id.
|
ASTForeachStatement(Parser p,
int id)
Create a node with the given parser and id.
|
ASTGENode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTGTNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTIdentifier(Parser p,
int id)
Create a node with the given parser and id.
|
ASTIfStatement(Parser p,
int id)
Create a node with the given parser and id.
|
ASTIntegerLiteral(Parser p,
int id)
Create a node with the given parser and id.
|
ASTJexlScript(Parser p,
int id)
Create a node with the given parser and id.
|
ASTLENode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTLTNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTMapEntry(Parser p,
int id) |
ASTMapLiteral(Parser p,
int id) |
ASTMethod(Parser p,
int id)
Create a node with the given parser and id.
|
ASTModNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTMulNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTNENode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTNotNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTNullLiteral(Parser p,
int id)
Create a node with the given parser and id.
|
ASTOrNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTReference(Parser p,
int id)
Create a node with the given parser and id.
|
ASTReferenceExpression(Parser p,
int id)
Create a node with the given parser and id.
|
ASTSizeFunction(Parser p,
int id)
Create a node with the given parser and id.
|
ASTSizeMethod(Parser p,
int id)
Create a node with the given parser and id.
|
ASTStatementExpression(Parser p,
int id)
Create a node with the given parser and id.
|
ASTStringLiteral(Parser p,
int id)
Create a node with the given parser and id.
|
ASTSubtractNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTTernaryNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTTrueNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTUnaryMinusNode(Parser p,
int id)
Create a node with the given parser and id.
|
ASTWhileStatement(Parser p,
int id)
Create a node with the given parser and id.
|
SimpleNode(Parser p,
int i)
Create a node with the given parser and id.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.