- 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.