soot.jimple.parser.parser
Class Parser

java.lang.Object
  extended by soot.jimple.parser.parser.Parser

public class Parser
extends Object


Field Summary
 Analysis ignoredTokens
           
protected  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 ArrayList nodeList
Constructor Detail

Parser

public Parser(Lexer lexer)
Method Detail

filter

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

parse

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