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