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

Method str

output/java8/1.4.12/STLexer.java:681–684  ·  view source on GitHub ↗
(int c)

Source from the content-addressed store, hash-verified

679 }
680
681 public static String str(int c) {
682 if ( c==EOF ) return "<EOF>";
683 return String.valueOf((char)c);
684 }
685}

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