MCPcopy Create free account
hub / github.com/dynjs/dynjs / getFileName

Method getFileName

src/main/java/org/dynjs/parser/js/Position.java:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3public interface Position {
4
5 String getFileName();
6 int getLine();
7 int getColumn();
8

Callers 8

compileMethod · 0.95
getFileNameMethod · 0.95
getFileNameMethod · 0.65
getFileNameMethod · 0.65
compileMethod · 0.65
visitMethod · 0.65
getMessageMethod · 0.65

Implementers 1

Tokensrc/main/java/org/dynjs/parser/js/Toke

Calls

no outgoing calls

Tested by

no test coverage detected