com.hammurapi.bnf2emf
Class Bnf2Emf
java.lang.Object
com.hammurapi.bnf2emf.Bnf2Emf
public class Bnf2Emf
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bnf2Emf
public Bnf2Emf(Reader r,
String rootLanguageElementClassName)
throws Bnf2EmfException
- Throws:
Bnf2EmfException
getRuleDefinitions
public Collection<RuleDefinition> getRuleDefinitions()
getRuleDefinition
public RuleDefinition getRuleDefinition(String name)
main
public static void main(String[] args)
throws Exception
- Parameters:
args -
- Throws:
Exception