|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.regex.RegExp
org.basex.query.regex.CharGroup
public class CharGroup
Character group.
Field Summary | |
---|---|
boolean |
negative
Negation flag, set after construction. |
RegExp[] |
subs
Sub-ranges. |
Constructor Summary | |
---|---|
CharGroup(RegExp[] sub)
Constructor. |
Method Summary |
---|
Methods inherited from class org.basex.query.regex.RegExp |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean negative
public final RegExp[] subs
Constructor Detail |
---|
public CharGroup(RegExp[] sub)
sub
- sub-ranges
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |