Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ loc
Method
loc
chapter22/src/main/java/com/seaofnodes/simple/Parser.java:1586–1586 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1584
private
Type posT(
int
pos) { _lexer._position = pos;
return
null; }
1585
// Source code location
1586
Lexer loc() {
return
new
Lexer(_lexer); }
1587
1588
1589
// Require and return an identifier
Callers
14
parse
Method · 0.95
parseFunctionBody
Method · 0.95
parseLooping
Method · 0.95
jumpTo
Method · 0.95
parseTrinary
Method · 0.95
parseDeclaration
Method · 0.95
parseBitwise
Method · 0.95
parseShift
Method · 0.95
requireLookupId
Method · 0.95
alloc
Method · 0.95
newStruct
Method · 0.95
parsePostfix
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected