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