aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_TreeVisitor.txt
blob: dfb295ecd4d99582816972ce2399a752c93132e9 (plain)
1
2
3
4
5
6
7

[ Class com.github.javaparser.ast.TreeVisitor ]
  superclass: java.lang.Object
  Line 27) process(node) ==> void
  Line 28) Node child ==> com.github.javaparser.ast.Node
  Line 28) node.getChildrenNodes() ==> java.util.List<com.github.javaparser.ast.Node>
  Line 29) visitDepthFirst(child) ==> void