Uses of Interface
antlr.CharFormatter
-
Packages that use CharFormatter Package Description antlr antlr.collections.impl -
-
Uses of CharFormatter in antlr
Classes in antlr that implement CharFormatter Modifier and Type Class Description (package private) class
CppCharFormatter
(package private) class
CSharpCharFormatter
(package private) class
JavaCharFormatter
class
PythonCharFormatter
Fields in antlr declared as CharFormatter Modifier and Type Field Description protected CharFormatter
CodeGenerator. charFormatter
Object used to format characters in the target language.(package private) CharFormatter
LLkAnalyzer. charFormatter
(package private) CharFormatter
DefaultToolErrorHandler. javaCharFormatter
Methods in antlr with parameters of type CharFormatter Modifier and Type Method Description java.lang.String
Lookahead. toString(java.lang.String separator, CharFormatter formatter)
java.lang.String
Lookahead. toString(java.lang.String separator, CharFormatter formatter, Grammar g)
-
Uses of CharFormatter in antlr.collections.impl
Methods in antlr.collections.impl with parameters of type CharFormatter Modifier and Type Method Description java.lang.String
BitSet. toString(java.lang.String separator, CharFormatter formatter)
Transform a bit set into a string of characters.java.lang.String
BitSet. toStringWithRanges(java.lang.String separator, CharFormatter formatter)
Print out the bit set but collapse char ranges.
-