tip.parser
Class Parser

java.lang.Object
  extended by tip.parser.Parser

public class Parser
extends Object


Constructor Summary
Parser(Lexer lexer)
           
 
Method Summary
 Start parse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser(Lexer lexer)
Method Detail

parse

public Start parse()
            throws ParserException,
                   LexerException,
                   IOException
Throws:
ParserException
LexerException
IOException