Package webwork.expr

This package contains the parser used to evaluate WebWork expressions.

See:
          Description

Interface Summary
ParserConstants  
 

Class Summary
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.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package webwork.expr Description

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.



Copyright © 2001-2003 WebWork All Rights Reserved.