net.sf.parser4j.gen4gen.entity
Class InputGrammar4GenReader

java.lang.Object
  extended by net.sf.parser4j.gen4gen.entity.InputGrammar4GenReader

public final class InputGrammar4GenReader
extends java.lang.Object

to get reader on grammar input for generator file "base_grammar_input4gen.txt" and "definitive_input_grammar_4gen.txt"

Author:
luc peuvrier

Method Summary
 ParserFileReader createBaseGrammarInput4GenReader()
           
 ParserFileReader createDefinitiveGrammarInput4GenReader()
           
static InputGrammar4GenReader getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static InputGrammar4GenReader getInstance()

createBaseGrammarInput4GenReader

public ParserFileReader createBaseGrammarInput4GenReader()
                                                  throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

createDefinitiveGrammarInput4GenReader

public ParserFileReader createDefinitiveGrammarInput4GenReader()
                                                        throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException


Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.