Package org.inxar.syntacs.analyzer.lexical

Declares interfaces which model objects used in lexical analysis.

See:
          Description

Interface Summary
Lexer The Lexer is responsible for reading an Input stream and breaking it up into a stream of tokens.
LexerInterpreter The LexerInterpreter is responsible for handling "lexer events".
 

Package org.inxar.syntacs.analyzer.lexical Description

Declares interfaces which model objects used in lexical analysis.