Uses of Class
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Packages that use JavadocNodeImpl Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework.com.puppycrawl.tools.checkstyle.checks.javadoc Contains the Javadoc checks that are bundled with the main distribution. -
-
Uses of JavadocNodeImpl in com.puppycrawl.tools.checkstyle
Methods in com.puppycrawl.tools.checkstyle that return JavadocNodeImpl Modifier and Type Method Description private JavadocNodeImpl[]
JavadocDetailNodeParser. createChildrenNodes(DetailNode parentJavadocNode, org.antlr.v4.runtime.tree.ParseTree parseTreeNode)
Creates children Javadoc nodes base on ParseTree node's children.private JavadocNodeImpl
JavadocDetailNodeParser. createJavadocNode(org.antlr.v4.runtime.tree.ParseTree parseTree, DetailNode parent, int index)
Creates JavadocNodeImpl node on base of ParseTree node.private JavadocNodeImpl
JavadocDetailNodeParser. createRootJavadocNode(org.antlr.v4.runtime.tree.ParseTree parseTreeNode)
Creates root JavadocNodeImpl node base on ParseTree root node.Methods in com.puppycrawl.tools.checkstyle with parameters of type JavadocNodeImpl Modifier and Type Method Description private void
JavadocDetailNodeParser. insertChildrenNodes(JavadocNodeImpl[] nodes, org.antlr.v4.runtime.tree.ParseTree parseTreeParent)
Creates child nodes for each node from 'nodes' array. -
Uses of JavadocNodeImpl in com.puppycrawl.tools.checkstyle.checks.javadoc
Fields in com.puppycrawl.tools.checkstyle.checks.javadoc declared as JavadocNodeImpl Modifier and Type Field Description static JavadocNodeImpl[]
JavadocNodeImpl. EMPTY_DETAIL_NODE_ARRAY
Empty array ofDetailNode
type.
-