Uses of Interface
org.inxar.syntacs.grammar.context_free.ContextFreeGrammar

Packages that use ContextFreeGrammar
com.inxar.syntacs.grammar.context_free Defines classes which implement context-free grammars. 
org.inxar.syntacs.grammar.context_free Declares interfaces which model context-free grammars. 
 

Uses of ContextFreeGrammar in com.inxar.syntacs.grammar.context_free
 

Classes in com.inxar.syntacs.grammar.context_free that implement ContextFreeGrammar
 class CFGrammar
          Standard ContextFreeGrammar implementation.
 

Methods in com.inxar.syntacs.grammar.context_free that return ContextFreeGrammar
 ContextFreeGrammar CFGrammar.getContextFreeGrammar()
           
 

Uses of ContextFreeGrammar in org.inxar.syntacs.grammar.context_free
 

Methods in org.inxar.syntacs.grammar.context_free that return ContextFreeGrammar
 ContextFreeGrammar ContextFreeSet.getContextFreeGrammar()
          Returns the parent ContextFreeGrammar.