public class EXIRegularExpression extends RegularExpression
RegularExpression.IntStack| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isRestrictedSet |
static int |
MAX_NUMBER_OF_CHARACTERS |
protected Set<Integer> |
set |
| Constructor and Description |
|---|
EXIRegularExpression(String regex) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addChar(int cp) |
boolean |
equals(Object obj)
Return true if patterns are the same and the options are equivalent.
|
Set<Integer> |
getCodePoints() |
protected void |
handleToken(com.siemens.ct.exi.grammars.regex.Token t) |
int |
hashCode() |
boolean |
isEntireSetOfXMLCharacters() |
getNumberOfGroups, getOptions, getPattern, matches, matches, matches, matches, matches, matches, matches, matches, matches, matches, setPattern, setPattern, setPattern, setPattern, toStringpublic static final int MAX_NUMBER_OF_CHARACTERS
protected boolean isRestrictedSet
public EXIRegularExpression(String regex)
protected void addChar(int cp)
public boolean isEntireSetOfXMLCharacters()
protected void handleToken(com.siemens.ct.exi.grammars.regex.Token t)
public boolean equals(Object obj)
RegularExpressionequals in class RegularExpressionpublic int hashCode()
hashCode in class RegularExpressionCopyright © 2018 Siemens AG. All rights reserved.