aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_EmptyStmt.txt
blob: 5a4aa9e272df8b071ea2b4c37b57438cfd9ef8da (plain)
1
2
3
4
5
6
7
8
9
10
11
12

[ Class com.github.javaparser.ast.stmt.EmptyStmt ]
  superclass: com.github.javaparser.ast.stmt.Statement
  superclass: com.github.javaparser.ast.Node
  superclass: java.lang.Object
  interface: java.lang.Cloneable
  Line 36) beginLine ==> int
  Line 36) beginColumn ==> int
  Line 36) endLine ==> int
  Line 36) endColumn ==> int
  Line 40) v.visit(this, arg) ==> R
  Line 44) v.visit(this, arg) ==> void