package

webwork.expr

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.

Interfaces

Classes

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. 

Exceptions

ParseException This exception is thrown when parse errors are encountered. 

Errors