Uses of Interface
net.sourceforge.pmd.lang.ast.RootNode
-
Packages that use RootNode Package Description net.sourceforge.pmd.lang net.sourceforge.pmd.lang.ast net.sourceforge.pmd.lang.ast.impl.antlr4 net.sourceforge.pmd.lang.ast.impl.javacc Support classes for language implementations based on JavaCC.net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
-
Uses of RootNode in net.sourceforge.pmd.lang
Classes in net.sourceforge.pmd.lang that implement RootNode Modifier and Type Class Description static classPlainTextLanguage.PlainTextFileThe only node produced by the parser ofPlainTextLanguage.Methods in net.sourceforge.pmd.lang that return types with arguments of type RootNode Modifier and Type Method Description AstInfo<? extends RootNode>PlainTextLanguage.PlainTextFile. getAstInfo() -
Uses of RootNode in net.sourceforge.pmd.lang.ast
Classes in net.sourceforge.pmd.lang.ast with type parameters of type RootNode Modifier and Type Class Description classAstInfo<T extends RootNode>The output ofParser.parse(ParserTask).Methods in net.sourceforge.pmd.lang.ast that return RootNode Modifier and Type Method Description default @NonNull RootNodeNode. getRoot()Returns the root of the tree this node is declared in.RootNodeParser. 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 RootNode Modifier and Type Method Description default AstInfo<? extends RootNode>Node. getAstInfo()Returns theAstInfofor this root node.AstInfo<? extends RootNode>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 RootNode Modifier and Type Class Description classAntlrBaseParser<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 RootNode Modifier and Type Class Description classJjtreeParserAdapter<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 RootNode Modifier and Type Method Description Set<ViolationSuppressor.UnusedSuppressorNode>AbstractAnnotationSuppressor. getUnusedSuppressors(RootNode tree)default Set<ViolationSuppressor.UnusedSuppressorNode>ViolationSuppressor. getUnusedSuppressors(RootNode tree)Return the set of suppressor nodes related to this suppressor that were not used during the analysis.
-