Save This Page
Home » openjdk-7 » java » util » regex » [javadoc | source]
java.util.regex
class: AtomicJointSet [javadoc | source]
java.lang.Object
   java.util.regex.AbstractSet
      java.util.regex.JointSet
         java.util.regex.NonCapJointSet
            java.util.regex.AtomicJointSet

Direct Known Subclasses:
    PositiveLookAhead, NegativeLookAhead, PositiveLookBehind, NegativeLookBehind

This class represent atomic group (?>X), once X matches, this match become unchangeable till the end of the match.
Fields inherited from java.util.regex.JointSet:
children,  fSet,  groupIndex
Fields inherited from java.util.regex.AbstractSet:
TYPE_LEAF,  TYPE_FSET,  TYPE_QUANT,  TYPE_DOTSET,  next,  counter,  isSecondPassVisited,  index
Constructor:
 public AtomicJointSet(ArrayList children,
    FSet fSet) 
Method from java.util.regex.AtomicJointSet Summary:
getName,   getNext,   matches,   setNext
Methods from java.util.regex.NonCapJointSet:
getName,   hasConsumed,   matches
Methods from java.util.regex.JointSet:
first,   getGroup,   getName,   getNext,   hasConsumed,   matches,   processSecondPass,   setNext
Methods from java.util.regex.AbstractSet:
find,   findBack,   first,   getName,   getNext,   getQualifiedName,   getType,   hasConsumed,   matches,   processBackRefReplacement,   processSecondPass,   setNext,   setType,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.util.regex.AtomicJointSet Detail:
 protected String getName() 
 public AbstractSet getNext() 
 public int matches(int stringIndex,
    CharSequence testString,
    MatchResultImpl matchResult) 
    Returns stringIndex+shift, the next position to match
 public  void setNext(AbstractSet next)