This package contains the parser used to evaluate WebWork expressions. This is primarily used by the JSP tag library, but may also be used indirectly by code through the webwork.util.ValueStack class.
Parser | The WebWork Expression language Parser and Interpreter. |
ParserTokenManager | |
SimpleCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). |
Token | Describes the input token stream. |
ParseException | This exception is thrown when parse errors are encountered. |