| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parser | |
| org.apache.commons.jexl | Provides a framework for evaluating JEXL expressions. | 
| org.apache.commons.jexl.parser | Contains the Parser for JEXL script. | 
| Uses of Parser in org.apache.commons.jexl | 
| Fields in org.apache.commons.jexl declared as Parser | |
| protected static Parser | ExpressionFactory.parserThe singleton ExpressionFactory also holds a single instance of Parser. | 
| protected static Parser | ScriptFactory.parserThe singleton ScriptFactory also holds a single instance of Parser. | 
| Uses of Parser in org.apache.commons.jexl.parser | 
| Fields in org.apache.commons.jexl.parser declared as Parser | |
| protected  Parser | SimpleNode.parserparser that created the node. | 
| Constructors in org.apache.commons.jexl.parser with parameters of type Parser | |
| SimpleNode(Parser p,
           int i)Create a node with the given parser and id. | |
| ASTEQNode(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. | |
| ASTEmptyFunction(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. | |
| ASTReference(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. | |
| ASTSizeMethod(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. | |
| ASTBlock(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. | |
| ASTMulNode(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. | |
| ASTUnaryMinusNode(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. | |
| ASTReferenceExpression(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. | |
| ASTBitwiseXorNode(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. | |
| ASTNENode(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. | |
| ASTForeachStatement(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. | |
| ASTGTNode(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. | |
| 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. | |
| ASTBitwiseAndNode(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. | |
| ASTExpressionExpression(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. | |
| ASTExpression(Parser p,
              int id)Create a node with the given parser and id. | |
| ASTAddNode(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. | |
| ASTTrueNode(Parser p,
            int id)Create a node with the given parser and id. | |
| ASTMethod(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. | |
| ASTNotNode(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. | |
| ASTNullLiteral(Parser p,
               int id)Create a node with the given parser and id. | |
| ASTAssignment(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. | |
| ASTFloatLiteral(Parser p,
                int id)Create a node with the given parser and id. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||