Class CharacterClasses$

java.lang.Object
org.apache.pekko.http.impl.model.parser.CharacterClasses$

public class CharacterClasses$ extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CharacterClasses$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    char
    CR()
     
    org.parboiled2.CharPredicate
    CTL()
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    char
     
    org.parboiled2.CharPredicate
     
    char
     
    char
    LF()
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    char
    SP()
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
    WSP()
     
    org.parboiled2.CharPredicate
     

    Methods inherited from class java.lang.Object

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

    • MODULE$

      public static final CharacterClasses$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • CharacterClasses$

      public CharacterClasses$()
  • Method Details

    • ALPHA

      public org.parboiled2.CharPredicate ALPHA()
    • LOWER_ALPHA

      public org.parboiled2.CharPredicate LOWER_ALPHA()
    • UPPER_ALPHA

      public org.parboiled2.CharPredicate UPPER_ALPHA()
    • CR

      public char CR()
    • CTL

      public org.parboiled2.CharPredicate CTL()
    • DIGIT

      public org.parboiled2.CharPredicate DIGIT()
    • ALPHANUM

      public org.parboiled2.CharPredicate ALPHANUM()
    • DQUOTE

      public char DQUOTE()
    • HEXDIG

      public org.parboiled2.CharPredicate HEXDIG()
    • HTAB

      public char HTAB()
    • LF

      public char LF()
    • SP

      public char SP()
    • VCHAR

      public org.parboiled2.CharPredicate VCHAR()
    • WSP

      public org.parboiled2.CharPredicate WSP()
    • WSPCRLF

      public org.parboiled2.CharPredicate WSPCRLF()
    • special

      public org.parboiled2.CharPredicate special()
    • tchar

      public org.parboiled2.CharPredicate tchar()
    • unreserved

      public org.parboiled2.CharPredicate unreserved()
    • reserved

      public org.parboiled2.CharPredicate reserved()
    • DIGIT04

      public org.parboiled2.CharPredicate DIGIT04()
    • DIGIT05

      public org.parboiled2.CharPredicate DIGIT05()
    • DIGIT19

      public org.parboiled2.CharPredicate DIGIT19()
    • colonSlashEOI

      public org.parboiled2.CharPredicate colonSlashEOI()