Class GroupHead.PunctPattern

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PunctPattern()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(char c)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • punctCharacters

        private static java.lang.String punctCharacters
    • Constructor Detail

      • PunctPattern

        private PunctPattern()
    • Method Detail

      • matches

        public boolean matches​(char c)
        Specified by:
        matches in interface GroupHead.CharacterPattern
        Parameters:
        c - the character to test
        Returns:
        returns true if the character matches a pattern.