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

Method getSourceName

output/java/1.4.13/STLexer.java:692–695  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

690//
691
692 @Override
693 public String getSourceName() {
694 return "no idea";
695 }
696
697 public static String str(int c) {
698 if ( c==EOF ) return "<EOF>";

Callers 8

matchMethod · 0.45
insideMethod · 0.45
ESCAPEMethod · 0.45
UNICODEMethod · 0.45
mSTRINGMethod · 0.45
COMMENTMethod · 0.45
LINEBREAKMethod · 0.45
compileTimeErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected