public class CharacterClasses
extends java.lang.Object
Constructor and Description |
---|
CharacterClasses() |
Modifier and Type | Method and Description |
---|---|
static org.parboiled2.CharPredicate |
ALPHA() |
static org.parboiled2.CharPredicate |
ALPHANUM() |
static org.parboiled2.CharPredicate |
colonSlashEOI() |
static char |
CR() |
static org.parboiled2.CharPredicate |
CTL() |
static org.parboiled2.CharPredicate |
DIGIT() |
static org.parboiled2.CharPredicate |
DIGIT04() |
static org.parboiled2.CharPredicate |
DIGIT05() |
static org.parboiled2.CharPredicate |
DIGIT19() |
static char |
DQUOTE() |
static org.parboiled2.CharPredicate |
HEXDIG() |
static char |
HTAB() |
static char |
LF() |
static org.parboiled2.CharPredicate |
LOWER_ALPHA() |
static org.parboiled2.CharPredicate |
reserved() |
static char |
SP() |
static org.parboiled2.CharPredicate |
special() |
static org.parboiled2.CharPredicate |
tchar() |
static org.parboiled2.CharPredicate |
unreserved() |
static org.parboiled2.CharPredicate |
UPPER_ALPHA() |
static org.parboiled2.CharPredicate |
VCHAR() |
static org.parboiled2.CharPredicate |
WSP() |
static org.parboiled2.CharPredicate |
WSPCRLF() |
public static org.parboiled2.CharPredicate ALPHA()
public static org.parboiled2.CharPredicate LOWER_ALPHA()
public static org.parboiled2.CharPredicate UPPER_ALPHA()
public static char CR()
public static org.parboiled2.CharPredicate CTL()
public static org.parboiled2.CharPredicate DIGIT()
public static org.parboiled2.CharPredicate ALPHANUM()
public static char DQUOTE()
public static org.parboiled2.CharPredicate HEXDIG()
public static char HTAB()
public static char LF()
public static char SP()
public static org.parboiled2.CharPredicate VCHAR()
public static org.parboiled2.CharPredicate WSP()
public static org.parboiled2.CharPredicate WSPCRLF()
public static org.parboiled2.CharPredicate special()
public static org.parboiled2.CharPredicate tchar()
public static org.parboiled2.CharPredicate unreserved()
public static org.parboiled2.CharPredicate reserved()
public static org.parboiled2.CharPredicate DIGIT04()
public static org.parboiled2.CharPredicate DIGIT05()
public static org.parboiled2.CharPredicate DIGIT19()
public static org.parboiled2.CharPredicate colonSlashEOI()