joosc.parser
Class Parser

java.lang.Object
  extended byjoosc.parser.Parser

public class Parser
extends java.lang.Object


Field Summary
 Analysis ignoredTokens
           
protected  java.util.ArrayList nodeList
           
 
Constructor Summary
Parser(Lexer lexer)
           
 
Method Summary
protected  void filter()
           
 Start parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ignoredTokens

public final Analysis ignoredTokens

nodeList

protected java.util.ArrayList nodeList
Constructor Detail

Parser

public Parser(Lexer lexer)
Method Detail

filter

protected void filter()
               throws ParserException,
                      LexerException,
                      java.io.IOException
Throws:
ParserException
LexerException
java.io.IOException

parse

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