Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ posT
Method
posT
chapter24/src/main/java/com/seaofnodes/simple/Parser.java:1811–1811 ·
view source on GitHub ↗
(int pos)
Source
from the content-addressed store, hash-verified
1809
};
1810
}
1811
1812
// Already parsed "'"
1813
private
Node parseChar() {
1814
if
( _lexer.isEOF() ) throw error(
"Unclosed character"
);
Callers
3
skipAsgn
Method · 0.95
type
Method · 0.95
typeFunPtr
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected