Package | Description |
---|---|
psdi.common.parse |
Modifier and Type | Class and Description |
---|---|
class |
AnyMatch
Matches sub-class that matches any number of any characters.
|
class |
MatchEnd
This Matches sub-class marks the end of a series of Matches.
|
class |
SingleMatch
Matches sub-class that matches any single character.
|
Constructor and Description |
---|
Matches(char matchChar,
Matches nextNode) |
SingleMatch(char matchChar,
Matches nextNode) |