Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atas76/openengine
/ hasTokens
Method
hasTokens
src/main/java/org/fgn/parser/Parser.java:158–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
}
157
158
private
boolean hasTokens() {
159
return
this.index < this.tokens.size() - 1;
160
}
161
162
private
String lookaheadToken() {
163
return
this.tokens.get(index);
Callers
2
parse
Method · 0.95
parseStateOut
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected