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