Uses of Class
com.puppycrawl.tools.checkstyle.JavaAstVisitor.DetailAstPair
-
Packages that use JavaAstVisitor.DetailAstPair Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework. -
-
Uses of JavaAstVisitor.DetailAstPair in com.puppycrawl.tools.checkstyle
Methods in com.puppycrawl.tools.checkstyle with parameters of type JavaAstVisitor.DetailAstPair 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.DetailAstPair. makeAstRoot(JavaAstVisitor.DetailAstPair pair, DetailAstImpl ast)
This method is used to replace the^
(set as root node) ANTLR2 operator.
-