Package org.quasiliteral.base

Base package for quasi-literal expressions and patterns.

See:
          Description

Interface Summary
MatchMaker Untamed:
QuasiExprParser Untamed: Given a template string in the language this quasi parser understands, parse it into a ValueMaker which will generate objects of the form the template describes.
QuasiPatternParser Untamed: Given a template string in the language this quasi parser understands, parse it into a MatchMaker which will match objects of the form the template describes.
ValueMaker Untamed: Represents a template of a value (a quasi literal value) to be filled in by args to make an actual value.
 

Exception Summary
IncompleteQuasiException Untamed: Thrown by a non-filled in quasi data structure (a data structure acting in the role of ValueMaker or MatchMaker) when an operation is performed that requires a complete (non-quasi) data structure.
 

Package org.quasiliteral.base Description

Base package for quasi-literal expressions and patterns.

Author:
Mark S. Miller


comments?