public class CharacterClasses$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CharacterClasses$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
CharacterClasses$() |
Modifier and Type | Method and Description |
---|---|
org.parboiled2.CharPredicate |
ALPHA() |
org.parboiled2.CharPredicate |
ALPHANUM() |
org.parboiled2.CharPredicate |
colonSlashEOI() |
char |
CR() |
org.parboiled2.CharPredicate |
CTL() |
org.parboiled2.CharPredicate |
DIGIT() |
org.parboiled2.CharPredicate |
DIGIT04() |
org.parboiled2.CharPredicate |
DIGIT05() |
org.parboiled2.CharPredicate |
DIGIT19() |
char |
DQUOTE() |
org.parboiled2.CharPredicate |
HEXDIG() |
char |
HTAB() |
char |
LF() |
org.parboiled2.CharPredicate |
LOWER_ALPHA() |
org.parboiled2.CharPredicate |
reserved() |
char |
SP() |
org.parboiled2.CharPredicate |
special() |
org.parboiled2.CharPredicate |
tchar() |
org.parboiled2.CharPredicate |
unreserved() |
org.parboiled2.CharPredicate |
UPPER_ALPHA() |
org.parboiled2.CharPredicate |
VCHAR() |
org.parboiled2.CharPredicate |
WSP() |
org.parboiled2.CharPredicate |
WSPCRLF() |
public static final CharacterClasses$ MODULE$
public org.parboiled2.CharPredicate ALPHA()
public org.parboiled2.CharPredicate LOWER_ALPHA()
public org.parboiled2.CharPredicate UPPER_ALPHA()
public char CR()
public org.parboiled2.CharPredicate CTL()
public org.parboiled2.CharPredicate DIGIT()
public org.parboiled2.CharPredicate ALPHANUM()
public char DQUOTE()
public org.parboiled2.CharPredicate HEXDIG()
public char HTAB()
public char LF()
public char SP()
public org.parboiled2.CharPredicate VCHAR()
public org.parboiled2.CharPredicate WSP()
public org.parboiled2.CharPredicate WSPCRLF()
public org.parboiled2.CharPredicate special()
public org.parboiled2.CharPredicate tchar()
public org.parboiled2.CharPredicate unreserved()
public org.parboiled2.CharPredicate reserved()
public org.parboiled2.CharPredicate DIGIT04()
public org.parboiled2.CharPredicate DIGIT05()
public org.parboiled2.CharPredicate DIGIT19()
public org.parboiled2.CharPredicate colonSlashEOI()