|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
PatternIterator | for(PatternIterator i=map.iterate(ancestor); i.hasNext();) Pattern successor = i.next(); |
Class Summary | |
BeginOfText | |
CharacterClass | This class describes a pattern for a character class, which means the a character matches against a element of this class. |
CharacterInterval | This class represents a interval of characters within a character class. |
Choice | This class describes a alternation of pattern. |
Definition | This class presents a definition of a grammar |
Element | This class represent a reference to an element. |
EndOfText | |
ExtendedGrammar | This class represents a model for a grammar. |
OneOrMore | |
Optional | |
Pattern | This class describes an abstract pattern element. |
PatternList | This class represents a abstract list of pattern. |
PatternSet | |
Sequence | This class represents a sequence of pattern. |
SingleCharacter | This class represents a pattern for a sequence of characters. |
UniversalCharacter | This class describes an universal character. |
ZeroOrMore |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |