Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ posT
Method
posT
chapter17/src/main/java/com/seaofnodes/simple/Parser.java:1184–1184 ·
view source on GitHub ↗
(int pos)
Source
from the content-addressed store, hash-verified
1182
return
old;
1183
}
1184
private
Type posT(
int
pos) { _lexer._position = pos;
return
null; }
1185
1186
// Require and return an identifier
1187
private
String requireId() {
Callers
2
skipAsgn
Method · 0.95
type
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected