Package cager.jexpr

The top-level package for JExpr.

See:
          Description

Interface Summary
JExprConstants  
 

Class Summary
Identifier  
JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JExpr JExpr - a parser for a very small subset of Java.
JExprTokenManager  
MyInstructionFactory  
Operator A type resolver implementation for operators.
OperatorTypeInfo Information about an operation's result type.
Token Describes the input token stream.
Types  
 

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

Error Summary
TokenMgrError  
 

Package cager.jexpr Description

The top-level package for JExpr.