Class RCharacterList

    • Field Detail

      • negated_list

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

        public java.util.List<Expansion> descriptors
        This is the list of descriptors of the character list. Each list entry will narrow to either SingleCharacter or to CharacterRange.
      • diffLowerCaseRanges

        private static final char[] diffLowerCaseRanges
      • diffUpperCaseRanges

        private static final char[] diffUpperCaseRanges
      • transformed

        private boolean transformed
    • Constructor Detail

      • RCharacterList

        RCharacterList()
      • RCharacterList

        RCharacterList​(char c)