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 theAstInfo
for this root node.AstInfo<? extends RootNode>
RootNode. getAstInfo()
AstInfo<T>
AstInfo. withSuppressMap(Map<Integer,String> map)
-
Uses of AstInfo in net.sourceforge.pmd.reporting
Methods in net.sourceforge.pmd.reporting with parameters of type AstInfo Modifier and Type Method Description void
RuleContext. 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).
-