MCPcopy Create free account
hub / github.com/atas76/openengine / checkTeamSeparator

Method checkTeamSeparator

src/main/java/org/fgn/parser/Parser.java:166–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 }
165
166 private void checkTeamSeparator() throws ParserException {
167 confirmToken(index++, ":");
168 }
169
170 private void parseTeam(Statement statement) {
171 statement.setTeam(tokens.get(index++));

Callers 1

parseMethod · 0.95

Calls 1

confirmTokenMethod · 0.95

Tested by

no test coverage detected