public class DefaultWildcardSupport extends AbstractWildcardSupport
WildcardSupport. It uses the following three chars as the wildcards.
| Constructor and Description |
|---|
DefaultWildcardSupport() |
| Modifier and Type | Method and Description |
|---|---|
char |
getOneOrMoreQuantifier()
Gets the quantifier that indicates there is one or more of the preceding element.
|
char |
getZeroOrMoreQuantifier()
Gets the quantifier that indicates there is zero or more of the preceding element.
|
char |
getZeroOrOneQuantifier()
Gets the quantifier that indicates there is zero or one of the preceding element.
|
convertpublic char getZeroOrOneQuantifier()
WildcardSupportpublic char getZeroOrMoreQuantifier()
WildcardSupportpublic char getOneOrMoreQuantifier()
WildcardSupport