|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PositiveClosure | |
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 PositiveClosure in com.inxar.syntacs.grammar.regular |
Classes in com.inxar.syntacs.grammar.regular that implement PositiveClosure | |
class |
REPositiveClosure
Standard PositiveClosure implementation. |
Methods in com.inxar.syntacs.grammar.regular that return PositiveClosure | |
PositiveClosure |
REGrammar.newPositiveClosure(RegularExpression re)
|
Uses of PositiveClosure in org.inxar.syntacs.grammar.regular |
Methods in org.inxar.syntacs.grammar.regular that return PositiveClosure | |
PositiveClosure |
RegularGrammar.newPositiveClosure(RegularExpression re)
Allocates and returns a new PositiveClosure
expression ('+') wrapping the given
RegularExpression . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |