Class RCharacterList


public class RCharacterList extends RegularExpression
Describes character lists.
  • Field Details

    • negated_list

      public boolean negated_list
      This is true if a tilde (~) appears before the character list. Otherwise, this is false.
    • descriptors

      public List descriptors
      This is the list of descriptors of the character list. Each list entry will narrow to either SingleCharacter or to CharacterRange.
  • Method Details