Package com.taggercat.el

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

See:
          Description

Interface Summary
ELParserConstants Token literal values and constants.
ELPropertyResolver The resolver interface for the ELParser.
ExpCheckConstants Token literal values and constants.
 

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

Package com.taggercat.el Description

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