public class CustomCharClass extends RegexCharClass
| Constructor and Description |
|---|
CustomCharClass() |
CustomCharClass(List<? extends RegexCharClass> includedSets) |
CustomCharClass(List<? extends RegexCharClass> includedSets,
List<? extends RegexCharClass> excludedSets) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExclusions(RegexCharClass set) |
void |
addInclusion(RegexCharClass set) |
boolean |
equals(Object obj) |
org.databene.commons.CharSet |
getCharSet() |
int |
hashCode() |
boolean |
hasInclusions() |
String |
toString() |
maxLength, minLengthpublic CustomCharClass()
public CustomCharClass(List<? extends RegexCharClass> includedSets)
public CustomCharClass(List<? extends RegexCharClass> includedSets, List<? extends RegexCharClass> excludedSets)
public org.databene.commons.CharSet getCharSet()
getCharSet in class RegexCharClasspublic void addInclusion(RegexCharClass set)
public void addExclusions(RegexCharClass set)
public boolean hasInclusions()
Copyright © 2006–2016 Volker Bergmann. All rights reserved.