MCPcopy Create free account
hub / github.com/chibash/stone / getLineNumber

Method getLineNumber

src/stone/Token.java:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 lineNumber = line;
10 }
11 public int getLineNumber() { return lineNumber; }
12 public boolean isIdentifier() { return false; }
13 public boolean isNumber() { return false; }
14 public boolean isString() { return false; }

Callers 3

locationMethod · 0.80
readLineMethod · 0.80
locationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected