WildcardSupport
public class DefaultWildcardSupport extends AbstractWildcardSupport
WildcardSupport
. It uses the following three chars as the wildcards.
Constructor | Description |
---|---|
DefaultWildcardSupport() |
Modifier and Type | Method | 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