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.
|
convert
public char getZeroOrOneQuantifier()
WildcardSupport
public char getZeroOrMoreQuantifier()
WildcardSupport
public char getOneOrMoreQuantifier()
WildcardSupport