Uses of Class
net.sourceforge.pmd.lang.ast.AstInfo
-
Packages that use AstInfo Package Description net.sourceforge.pmd.lang net.sourceforge.pmd.lang.ast net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
-
Uses of AstInfo in net.sourceforge.pmd.lang
Methods in net.sourceforge.pmd.lang that return AstInfo Modifier and Type Method Description AstInfo<? extends RootNode>PlainTextLanguage.PlainTextFile. getAstInfo() -
Uses of AstInfo in net.sourceforge.pmd.lang.ast
Methods in net.sourceforge.pmd.lang.ast that return AstInfo Modifier and Type Method Description default AstInfo<? extends RootNode>Node. getAstInfo()Returns theAstInfofor this root node.AstInfo<? extends RootNode>RootNode. getAstInfo()AstInfo<T>AstInfo. withSuppressionComments(Collection<? extends ViolationSuppressor.SuppressionCommentWrapper> suppressionComments)AstInfo<T>AstInfo. withSuppressMap(Map<Integer,String> map)Deprecated.Since 7.14.0. -
Uses of AstInfo in net.sourceforge.pmd.reporting
Methods in net.sourceforge.pmd.reporting with parameters of type AstInfo Modifier and Type Method Description voidRuleContext. addViolationNoSuppress(Reportable reportable, AstInfo<?> astInfo, String message, Object... formatArgs)voidRuleContext. addViolationWithPosition(Reportable reportable, AstInfo<?> astInfo, FileLocation location, String message, Object... formatArgs)Record a new violation of the contextual rule, at the given location (node or token).
-