Package antlr
Class PythonCharFormatter
java.lang.Object
antlr.PythonCharFormatter
- All Implemented Interfaces:
CharFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_escapeChar
(int c, boolean forCharLiteral) escapeChar
(int c, boolean forCharLiteral) literalChar
(int c)
-
Constructor Details
-
PythonCharFormatter
public PythonCharFormatter()
-
-
Method Details
-
escapeChar
- Specified by:
escapeChar
in interfaceCharFormatter
-
_escapeChar
-
escapeString
- Specified by:
escapeString
in interfaceCharFormatter
-
literalChar
- Specified by:
literalChar
in interfaceCharFormatter
-
literalString
- Specified by:
literalString
in interfaceCharFormatter
-