Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ posT
Method
posT
chapter21/src/main/java/com/seaofnodes/simple/Parser.java:1479–1479 ·
view source on GitHub ↗
(int pos)
Source
from the content-addressed store, hash-verified
1477
return
old;
1478
}
1479
private
Type posT(
int
pos) { _lexer._position = pos;
return
null; }
1480
// Source code location
1481
Lexer loc() {
return
new
Lexer(_lexer); }
1482
Callers
3
skipAsgn
Method · 0.95
type
Method · 0.95
typeFunPtr
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected