aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_TypeDeclarationStmt.txt
blob: f301fb057ac28c794876225588e486ea16b5bd5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

[ Class com.github.javaparser.ast.stmt.TypeDeclarationStmt ]
  superclass: com.github.javaparser.ast.stmt.Statement
  superclass: com.github.javaparser.ast.Node
  superclass: java.lang.Object
  interface: java.lang.Cloneable
  Line 39) setTypeDeclaration(typeDecl) ==> void
  Line 44) beginLine ==> int
  Line 44) beginColumn ==> int
  Line 44) endLine ==> int
  Line 44) endColumn ==> int
  Line 45) setTypeDeclaration(typeDecl) ==> void
  Line 49) v.visit(this, arg) ==> R
  Line 53) v.visit(this, arg) ==> void
  Line 57) typeDecl ==> com.github.javaparser.ast.body.TypeDeclaration
  Line 61) this.typeDecl = typeDecl ==> com.github.javaparser.ast.body.TypeDeclaration
  Line 62) setAsParentNodeOf(this.typeDecl) ==> void