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

Packages that use Epsilon
com.inxar.syntacs.grammar.regular Defines classes which implement regular-expression based grammars. 
org.inxar.syntacs.grammar.regular Declares interfaces which model regular-expression based grammars. 
 

Uses of Epsilon in com.inxar.syntacs.grammar.regular
 

Classes in com.inxar.syntacs.grammar.regular that implement Epsilon
 class REEpsilon
          Standard Epsilon implementation.
 

Methods in com.inxar.syntacs.grammar.regular that return Epsilon
 Epsilon REGrammar.getEpsilon()
           
 

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

Methods in org.inxar.syntacs.grammar.regular that return Epsilon
 Epsilon RegularGrammar.getEpsilon()
          Returns the Epsilon symbol in the (rare) case one needs it.