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 DetailAstImplJavaAstVisitor.DetailAstPair. childThe child (potentially with siblings) of this pair.private DetailAstImplDetailAstImpl. firstChildFirst child of this DetailAST.private DetailAstImplDetailAstImpl. nextSiblingFirst sibling of this DetailAST.private DetailAstImplDetailAstImpl. parentThe parent token.private DetailAstImplDetailAstImpl. previousSiblingPrevious sibling.private DetailAstImplJavaAstVisitor.DetailAstPair. rootThe root DetailAstImpl of this pair.Methods in com.puppycrawl.tools.checkstyle with parameters of type DetailAstImpl Modifier and Type Method Description private static voidJavaAstVisitor.DetailAstPair. addAstChild(JavaAstVisitor.DetailAstPair pair, DetailAstImpl ast)Adds a child (or new root) to the given DetailAstPair.private static voidJavaAstVisitor. addLastSibling(DetailAstImpl self, DetailAstImpl sibling)Add new sibling to the end of existing siblings.private static voidDetailAstImpl. clearChildCountCache(DetailAstImpl ast)Clears the child count for the ast instance.private static voidJavaAstVisitor.DetailAstPair. makeAstRoot(JavaAstVisitor.DetailAstPair pair, DetailAstImpl ast)This method is used to replace the^(set as root node) ANTLR2 operator.private voidJavaAstVisitor. 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 voidDetailAstImpl. setParent(DetailAstImpl parent)Set the parent token.
-