Class Parser


  • public class Parser
    extends Lexer
    Looks for patterns of tokens in the Lexer and translates these to calls to pass to the TokenHandler.
    Author:
    Joe Walnes
    See Also:
    TagTokenizer