Public Member Functions | |
| String | escapeChar (int c, boolean forCharLiteral) |
| String | _escapeChar (int c, boolean forCharLiteral) |
| String | escapeString (String s) |
| String | literalChar (int c) |
| String | literalString (String s) |
| String antlr.PythonCharFormatter._escapeChar | ( | int | c, | |
| boolean | forCharLiteral | |||
| ) |
Referenced by antlr.PythonCharFormatter.escapeChar().
| String antlr.PythonCharFormatter.escapeChar | ( | int | c, | |
| boolean | forCharLiteral | |||
| ) |
Implements antlr.CharFormatter.
References antlr.PythonCharFormatter._escapeChar().
Referenced by antlr.PythonCharFormatter.escapeString(), and antlr.PythonCharFormatter.literalChar().
| String antlr.PythonCharFormatter.escapeString | ( | String | s | ) |
Implements antlr.CharFormatter.
References antlr.PythonCharFormatter.escapeChar().
Referenced by antlr.PythonCharFormatter.literalString().
| String antlr.PythonCharFormatter.literalChar | ( | int | c | ) |
Implements antlr.CharFormatter.
References antlr.PythonCharFormatter.escapeChar().
| String antlr.PythonCharFormatter.literalString | ( | String | s | ) |
Implements antlr.CharFormatter.
References antlr.PythonCharFormatter.escapeString().
1.7.0