Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ pos
Method
pos
chapter24/src/main/java/com/seaofnodes/simple/Parser.java:1805–1805 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1803
}
1804
1805
public
int
pos() {
return
_lexer._position; }
1806
private
int
pos(
int
pos) {
1807
int
old = _lexer._position;
1808
_lexer._position = pos;
Callers
13
parseLooping
Method · 0.95
skipAsgn
Method · 0.95
parseAsgn
Method · 0.95
parseDeclarationStatement
Method · 0.95
type
Method · 0.95
typeFunPtr
Method · 0.95
isTypeFun
Method · 0.95
parseUnary
Method · 0.95
parsePrimary
Method · 0.95
isExternDecl
Method · 0.95
parseString
Method · 0.95
matchId
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected