MCPcopy Create free account
hub / github.com/apache/groovy / eof

Method eof

src/main/java/org/apache/groovy/antlr/LexerFrame.java:234–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 }
233
234 private Integer eof() {
235 return GroovyLangLexer.EOF;
236 }
237
238 private Integer getColumn(Token token) {
239 return token.getCharPositionInLine();

Callers 2

actionPerformedMethod · 0.95
scanScriptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected