Uses of Interface
net.sourceforge.pmd.lang.ast.GenericToken
-
Packages that use GenericToken Package Description net.sourceforge.pmd.cpd.token net.sourceforge.pmd.lang.ast -
-
Uses of GenericToken in net.sourceforge.pmd.cpd.token
Classes in net.sourceforge.pmd.cpd.token that implement GenericToken Modifier and Type Class Description class
AntlrToken
Generic Antlr representation of a token.Methods in net.sourceforge.pmd.cpd.token that return GenericToken Modifier and Type Method Description GenericToken
AntlrToken. getNext()
GenericToken
TokenFilter. getNextToken()
Retrieves the next token to pass the filterGenericToken
AntlrToken. getPreviousComment()
Methods in net.sourceforge.pmd.cpd.token with parameters of type GenericToken Modifier and Type Method Description protected boolean
JavaCCTokenFilter. shouldStopProcessing(GenericToken currentToken)
-
Uses of GenericToken in net.sourceforge.pmd.lang.ast
Fields in net.sourceforge.pmd.lang.ast declared as GenericToken Modifier and Type Field Description protected GenericToken
AbstractNode. firstToken
Deprecated.protected GenericToken
AbstractNode. lastToken
Deprecated.Methods in net.sourceforge.pmd.lang.ast that return GenericToken Modifier and Type Method Description GenericToken
GenericToken. getNext()
Obtain the next generic token according to the input stream which generated the instance of this token.GenericToken
GenericToken. getPreviousComment()
Obtain a comment-type token which, according to the input stream which generated the instance of this token, precedes this instance token and succeeds the previous generic token (if there is any).GenericToken
AbstractNode. jjtGetFirstToken()
Deprecated.Not all nodes are based on tokens, and this is an implementation detailGenericToken
AbstractNode. jjtGetLastToken()
Deprecated.Not all nodes are based on tokens, and this is an implementation detailMethods in net.sourceforge.pmd.lang.ast with parameters of type GenericToken Modifier and Type Method Description void
AbstractNode. jjtSetFirstToken(GenericToken token)
Deprecated.This is JJTree-specific and will be removed from this superclass.void
AbstractNode. jjtSetLastToken(GenericToken token)
Deprecated.This is JJTree-specific and will be removed from this superclass.
-