Save This Page
Home » openjdk-7 » java » util » regex » [javadoc | source]
java.util.regex
class: PossessiveGroupQuantifierSet [javadoc | source]
java.lang.Object
   java.util.regex.AbstractSet
      java.util.regex.QuantifierSet
         java.util.regex.GroupQuantifierSet
            java.util.regex.PossessiveGroupQuantifierSet
Possessive quantifier set over groups.
Fields inherited from java.util.regex.QuantifierSet:
innerSet
Fields inherited from java.util.regex.AbstractSet:
TYPE_LEAF,  TYPE_FSET,  TYPE_QUANT,  TYPE_DOTSET,  next,  counter,  isSecondPassVisited,  index
Constructor:
 public PossessiveGroupQuantifierSet(AbstractSet innerSet,
    AbstractSet next,
    int type) 
Method from java.util.regex.PossessiveGroupQuantifierSet Summary:
matches
Methods from java.util.regex.GroupQuantifierSet:
getName,   matches
Methods from java.util.regex.QuantifierSet:
first,   getInnerSet,   hasConsumed,   processSecondPass,   setInnerSet
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.PossessiveGroupQuantifierSet Detail:
 public int matches(int stringIndex,
    CharSequence testString,
    MatchResultImpl matchResult)