test1.parser
クラス Parser

java.lang.Object
  拡張test1.parser.Parser

public class Parser
extends java.lang.Object


フィールドの概要
 Analysis ignoredTokens
           
protected  java.util.ArrayList nodeList
           
 
コンストラクタの概要
Parser(Lexer lexer)
           
 
メソッドの概要
protected  void filter()
           
 Start parse()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ignoredTokens

public final Analysis ignoredTokens

nodeList

protected java.util.ArrayList nodeList
コンストラクタの詳細

Parser

public Parser(Lexer lexer)
メソッドの詳細

filter

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

parse

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