Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
location
Method · 0.80
readLine
Method · 0.80
location
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected