Class EscapedCharacterClassTree


  • public class EscapedCharacterClassTree
    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
      • isNegation

        public boolean isNegation()
      • isProperty

        public boolean isProperty()
      • property

        @Nullable
        public String property()
        Non-null if and only if isProperty returns true
      • getType

        public char getType()