Class MiscEscapeSequenceTree


  • public class MiscEscapeSequenceTree
    extends RegexTree
    This class represents escape sequences inside regular expression that we don't particularly care about. Therefore the tree provides no information about the escape sequence other than its text.
    • Constructor Detail

    • 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