MCPcopy 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

parseMethod · 0.95
parseStateOutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected