Uses of Interface
net.sourceforge.pmd.lang.ast.RootNode
Packages that use RootNode
Package
Description
Support classes for language implementations based on JavaCC.
Logic about reporting: violations, suppression etc.
-
Uses of RootNode in net.sourceforge.pmd.lang
Classes in net.sourceforge.pmd.lang that implement RootNodeModifier and TypeClassDescriptionstatic classThe only node produced by the parser ofPlainTextLanguage.Methods in net.sourceforge.pmd.lang that return types with arguments of type RootNode -
Uses of RootNode in net.sourceforge.pmd.lang.ast
Classes in net.sourceforge.pmd.lang.ast with type parameters of type RootNodeMethods in net.sourceforge.pmd.lang.ast that return RootNodeModifier and TypeMethodDescriptiondefault @NonNull RootNodeNode.getRoot()Returns the root of the tree this node is declared in.Parser.parse(Parser.ParserTask task) Parses an entire tree for this language.Methods in net.sourceforge.pmd.lang.ast that return types with arguments of type RootNodeModifier and TypeMethodDescriptionNode.getAstInfo()Returns theAstInfofor this root node.RootNode.getAstInfo() -
Uses of RootNode in net.sourceforge.pmd.lang.ast.impl.antlr4
Classes in net.sourceforge.pmd.lang.ast.impl.antlr4 with type parameters of type RootNodeModifier and TypeClassDescriptionclassAntlrBaseParser<N extends AntlrNode<N>,R extends BaseAntlrInnerNode<N> & RootNode> Generic Antlr parser adapter for all Antlr parsers. -
Uses of RootNode in net.sourceforge.pmd.lang.ast.impl.javacc
Classes in net.sourceforge.pmd.lang.ast.impl.javacc with type parameters of type RootNodeModifier and TypeClassDescriptionclassJjtreeParserAdapter<R extends RootNode>Base implementation of theParserinterface for JavaCC language implementations. -
Uses of RootNode in net.sourceforge.pmd.reporting
Methods in net.sourceforge.pmd.reporting with parameters of type RootNodeModifier and TypeMethodDescriptionAbstractAnnotationSuppressor.getUnusedSuppressors(RootNode tree) ViolationSuppressor.getUnusedSuppressors(RootNode tree) Return the set of suppressor nodes related to this suppressor that were not used during the analysis.