Package com.taggercat.el

This package is Tagger Cat's Expression Language (EL).

See:
          Description

Interface Summary
ELParserConstants  
ELPropertyResolver The resolver interface for the ELParser.
ExpCheckConstants  
 

Class Summary
ELContext  
ELInternalFunctions This class represents the internal functions available to the EL.
ELParser  
ELParserTokenManager  
ELStack This is the Stack for the EL Parser.
ELUtils A collection of utility functions used by the EL Parser.
ExpCheck  
ExpCheckTokenManager  
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 com.taggercat.el Description

This package is Tagger Cat's Expression Language (EL).