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 classAntlrTokenGeneric Antlr representation of a token.Methods in net.sourceforge.pmd.cpd.token that return GenericToken Modifier and Type Method Description GenericTokenAntlrToken. getNext()GenericTokenTokenFilter. getNextToken()Retrieves the next token to pass the filterGenericTokenAntlrToken. getPreviousComment()Methods in net.sourceforge.pmd.cpd.token with parameters of type GenericToken Modifier and Type Method Description protected booleanJavaCCTokenFilter. 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 GenericTokenAbstractNode. firstTokenDeprecated.protected GenericTokenAbstractNode. lastTokenDeprecated.Methods in net.sourceforge.pmd.lang.ast that return GenericToken Modifier and Type Method Description GenericTokenGenericToken. getNext()Obtain the next generic token according to the input stream which generated the instance of this token.GenericTokenGenericToken. 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).GenericTokenAbstractNode. jjtGetFirstToken()Deprecated.Not all nodes are based on tokens, and this is an implementation detailGenericTokenAbstractNode. 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 voidAbstractNode. jjtSetFirstToken(GenericToken token)Deprecated.This is JJTree-specific and will be removed from this superclass.voidAbstractNode. jjtSetLastToken(GenericToken token)Deprecated.This is JJTree-specific and will be removed from this superclass.
-