Class CharacterClassTree


  • public class CharacterClassTree
    extends RegexTree
    • Method Detail

      • getContents

        public RegexTree getContents()
      • isNegated

        public boolean isNegated()
      • 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