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

Packages that use Epsilon
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 Epsilon in com.inxar.syntacs.grammar.context_free
 

Classes in com.inxar.syntacs.grammar.context_free that implement Epsilon
 class CFEpsilon
          Standard Epsilon implementation.
 

Methods in com.inxar.syntacs.grammar.context_free that return Epsilon
 Epsilon CFGrammar.getEpsilon()
           
 

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

Methods in org.inxar.syntacs.grammar.context_free that return Epsilon
 Epsilon ContextFreeGrammar.getEpsilon()
          Returns the Epsilon object if needed.