org.basex.query.regex
Class Group

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

public class Group
extends RegExp

A parenthesized group.

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

Constructor Summary
Group(RegExp sub, boolean capt)
          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
 

Constructor Detail

Group

public Group(RegExp sub,
             boolean capt)
Constructor.

Parameters:
sub - enclosed expression
capt - capture flag