Uses of Class
com.puppycrawl.tools.checkstyle.DetailAstImpl
-
Packages that use DetailAstImpl Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework. -
-
Uses of DetailAstImpl in com.puppycrawl.tools.checkstyle
Fields in com.puppycrawl.tools.checkstyle declared as DetailAstImpl Modifier and Type Field Description private DetailAstImpl
JavaAstVisitor.DetailAstPair. child
The child (potentially with siblings) of this pair.private DetailAstImpl
DetailAstImpl. firstChild
First child of this DetailAST.private DetailAstImpl
DetailAstImpl. nextSibling
First sibling of this DetailAST.private DetailAstImpl
DetailAstImpl. parent
The parent token.private DetailAstImpl
DetailAstImpl. previousSibling
Previous sibling.private DetailAstImpl
JavaAstVisitor.DetailAstPair. root
The root DetailAstImpl of this pair.Methods in com.puppycrawl.tools.checkstyle with parameters of type DetailAstImpl Modifier and Type Method Description private static void
JavaAstVisitor.DetailAstPair. addAstChild(JavaAstVisitor.DetailAstPair pair, DetailAstImpl ast)
Adds a child (or new root) to the given DetailAstPair.private static void
JavaAstVisitor. addLastSibling(DetailAstImpl self, DetailAstImpl sibling)
Add new sibling to the end of existing siblings.private static void
DetailAstImpl. clearChildCountCache(DetailAstImpl ast)
Clears the child count for the ast instance.private static void
JavaAstVisitor.DetailAstPair. makeAstRoot(JavaAstVisitor.DetailAstPair pair, DetailAstImpl ast)
This method is used to replace the^
(set as root node) ANTLR2 operator.private void
JavaAstVisitor. processChildren(DetailAstImpl parent, java.util.List<? extends org.antlr.v4.runtime.tree.ParseTree> children)
Adds all the children from the given ParseTree or JavaParserContext list to the parent DetailAstImpl.private void
DetailAstImpl. setParent(DetailAstImpl parent)
Set the parent token.
-