| java.lang.Object java.util.regex.AbstractSet java.util.regex.JointSet
All known Subclasses: java.util.regex.HighSurrogateCharSet, java.util.regex.CIBackReferenceSet, java.util.regex.DecomposedCharSet, java.util.regex.SingleSet, java.util.regex.CompositeRangeSet, java.util.regex.DotSet, java.util.regex.SupplRangeSet, java.util.regex.NonCapJointSet, java.util.regex.DotAllSet, java.util.regex.LowHighSurrogateRangeSet, java.util.regex.HangulDecomposedCharSet, java.util.regex.LowSurrogateCharSet,
JointSet | class JointSet extends AbstractSet (Code) | | Represents group, which is alternation of other subexpression.
One should think about "group" in this model as JointSet opening
group and corresponding FSet closing group.
|
groupIndex | protected int groupIndex(Code) | | |
JointSet | protected JointSet()(Code) | | |
getGroup | public int getGroup()(Code) | | |
processSecondPass | public void processSecondPass()(Code) | | This method is used for traversing nodes after the
first stage of compilation.
|
|
|