Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atas76/openengine
/ lookaheadToken
Method
lookaheadToken
src/main/java/org/fgn/parser/Parser.java:162–164 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
160
}
161
162
private
String lookaheadToken() {
163
return
this.tokens.get(index);
164
}
165
166
private
void
checkTeamSeparator() throws ParserException {
167
confirmToken(index++,
":"
);
Callers
3
evaluateCurrentToken
Method · 0.95
parseParameter
Method · 0.95
parseStateOut
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected