Uses of Class
net.sourceforge.pmd.lang.groovy.ast.impl.antlr4.GroovyToken
-
Packages that use GroovyToken Package Description net.sourceforge.pmd.lang.groovy.ast.impl.antlr4 net.sourceforge.pmd.lang.groovy.cpd -
-
Uses of GroovyToken in net.sourceforge.pmd.lang.groovy.ast.impl.antlr4
Methods in net.sourceforge.pmd.lang.groovy.ast.impl.antlr4 that return GroovyToken Modifier and Type Method Description GroovyTokenGroovyToken. getNext()GroovyTokenGroovyTokenManager. getNextToken()GroovyTokenGroovyToken. getPreviousComment()Methods in net.sourceforge.pmd.lang.groovy.ast.impl.antlr4 with parameters of type GroovyToken Modifier and Type Method Description intGroovyToken. compareTo(GroovyToken o)Constructors in net.sourceforge.pmd.lang.groovy.ast.impl.antlr4 with parameters of type GroovyToken Constructor Description GroovyToken(groovyjarjarantlr4.v4.runtime.Token token, GroovyToken previousComment, TextDocument textDoc)Constructor -
Uses of GroovyToken in net.sourceforge.pmd.lang.groovy.cpd
Methods in net.sourceforge.pmd.lang.groovy.cpd that return types with arguments of type GroovyToken Modifier and Type Method Description protected TokenManager<GroovyToken>GroovyCpdLexer. makeLexerImpl(TextDocument doc)
-