Class AbstractTokenManager
java.lang.Object
net.sourceforge.pmd.lang.ast.impl.javacc.AbstractTokenManager
- All Implemented Interfaces:
TokenManager<JavaccToken>
A base class for the token managers generated by JavaCC.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.since 7.14.0.protected voidvoidsetSuppressMarker(String marker) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.pmd.lang.TokenManager
getNextToken
-
Field Details
-
suppressMap
Deprecated.Since 7.14.0. Don't use this map directly anymore. Instead, usegetSuppressionComments(). -
suppressMarker
-
-
Constructor Details
-
AbstractTokenManager
public AbstractTokenManager()
-
-
Method Details
-
setSuppressMarker
-
getSuppressMap
Deprecated.since 7.14.0. UsegetSuppressionComments()instead. -
processCommentForSuppression
- Since:
- 7.14.0
-
getSuppressionComments
- Since:
- 7.14.0
-