org.basex.query.regex
Class CharGroup

java.lang.Object
  extended by org.basex.query.regex.RegExp
      extended by org.basex.query.regex.CharGroup

public class CharGroup
extends RegExp

Character group.

Author:
BaseX Team 2005-12, BSD License, Leo Woerteler

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

negative

public boolean negative
Negation flag, set after construction.


subs

public final RegExp[] subs
Sub-ranges.

Constructor Detail

CharGroup

public CharGroup(RegExp[] sub)
Constructor.

Parameters:
sub - sub-ranges