Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Z
_
Q
quoted(String, char, char)
- Static method in class jfun.parsec.
Lexers
Create a lexer that parsers a string literal quoted by open and close, and then converts it to a TokenQuoted token instance.
quoted(char, char)
- Static method in class jfun.parsec.
Lexers
Create a lexer that parsers a string literal quoted by open and close, and then converts it to a TokenQuoted token instance.
quoted(char, char)
- Static method in class jfun.parsec.
Scanners
scans a quoted string that is opened by c1 and closed by c2.
quoted(String, char, char)
- Static method in class jfun.parsec.
Scanners
scans a quoted string that is opened by c1 and closed by c2.
quoted(Parser<_>, Parser<_>, Parser<?>)
- Static method in class jfun.parsec.
Scanners
scans a quoted string that is opened by c1 and closed by c2.
quoted(String, Parser<_>, Parser<_>, Parser<?>)
- Static method in class jfun.parsec.
Scanners
scans a quoted string that is opened by pattern represented by Scanner open and closed by pattern represented by Scanner close.
quoted_string(String, String, String)
- Static method in class jfun.parsec.tokens.
Tokens
Create a quoted string token.
quotedWordParser(String, FromString3<R>)
- Static method in class jfun.parsec.
Terms
gets a Parser object to parse TokenQuoted.
quotedWordParser(FromString3<R>)
- Static method in class jfun.parsec.
Terms
gets a Parser object to parse TokenQuoted.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Z
_