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

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

Classes in com.inxar.syntacs.grammar.regular that implement Option
 class REOption
          Standard Option implementation.
 

Methods in com.inxar.syntacs.grammar.regular that return Option
 Option REGrammar.newOption(RegularExpression re)
           
 

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

Methods in org.inxar.syntacs.grammar.regular that return Option
 Option RegularGrammar.newOption(RegularExpression re)
          Allocates and returns a new Option expression ('?') wrapping the given RegularExpression.