Class BackReferenceTree


  • public class BackReferenceTree
    extends RegexTree
    • Method Detail

      • accept

        public void accept​(RegexVisitor visitor)
        Description copied from class: RegexTree
        This method should only be called by RegexBaseVisitor (or other implementations of the RegexVisitor interface). Do not call this method to invoke a visitor, use visitor.visit(tree) instead.
        Specified by:
        accept in class RegexTree
      • isNamedGroup

        public boolean isNamedGroup()
      • isNumerical

        public boolean isNumerical()
      • groupName

        public String groupName()
      • groupNumber

        public int groupNumber()