Class GroovyTokenManager
- java.lang.Object
-
- net.sourceforge.pmd.lang.groovy.ast.impl.antlr4.GroovyTokenManager
-
- All Implemented Interfaces:
TokenManager<GroovyToken>
public class GroovyTokenManager extends Object implements TokenManager<GroovyToken>
A Groovy specific token manager. This is simply a copy ofAntlrTokenManager
but referencing the jarjared version of antlr4 used by the groovy lexer.
-
-
Constructor Summary
Constructors Constructor Description GroovyTokenManager(groovyjarjarantlr4.v4.runtime.Lexer lexer, TextDocument textDocument)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroovyToken
getNextToken()
-
-
-
Constructor Detail
-
GroovyTokenManager
public GroovyTokenManager(groovyjarjarantlr4.v4.runtime.Lexer lexer, TextDocument textDocument)
-
-
Method Detail
-
getNextToken
public GroovyToken getNextToken()
- Specified by:
getNextToken
in interfaceTokenManager<GroovyToken>
-
-