org.sablecc.php4.parser
Class Parser

Object
  extended byorg.sablecc.php4.parser.Parser

public class Parser
extends Object


Field Summary
 Analysis ignoredTokens
           
 
Constructor Summary
Parser(Lexer lexer)
           
 
Method Summary
 Start parse()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ignoredTokens

public final Analysis ignoredTokens
Constructor Detail

Parser

public Parser(Lexer lexer)
Method Detail

parse

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