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 GroovyToken
GroovyToken. getNext()
GroovyToken
GroovyTokenManager. getNextToken()
GroovyToken
GroovyToken. getPreviousComment()
Methods in net.sourceforge.pmd.lang.groovy.ast.impl.antlr4 with parameters of type GroovyToken Modifier and Type Method Description int
GroovyToken. 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)
-