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