chrriis.grammar.model
Class BNFToGrammar

java.lang.Object
  extended by chrriis.grammar.model.BNFToGrammar

public class BNFToGrammar
extends Object

Author:
Christopher Deckers

Constructor Summary
BNFToGrammar()
           
 
Method Summary
 Grammar convert(Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BNFToGrammar

public BNFToGrammar()
Method Detail

convert

public Grammar convert(Reader reader)
                throws IOException
Throws:
IOException