MCPcopy Create free account
hub / github.com/antlr/codebuff / str

Method str

output/java/1.4.13/STLexer.java:697–700  ·  view source on GitHub ↗
(int c)

Source from the content-addressed store, hash-verified

695 }
696
697 public static String str(int c) {
698 if ( c==EOF ) return "<EOF>";
699 return String.valueOf((char)c);
700 }
701}

Callers 4

matchMethod · 0.95
insideMethod · 0.95
ESCAPEMethod · 0.95
UNICODEMethod · 0.95

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected