aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_body_InitializerDeclaration.txt
blob: d433226f6ac6510f83bab8c4238a0c60c246b09c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

[ Class com.github.javaparser.ast.body.InitializerDeclaration ]
  superclass: com.github.javaparser.ast.body.BodyDeclaration
  superclass: com.github.javaparser.ast.Node
  superclass: java.lang.Object
  interface: com.github.javaparser.ast.DocumentableNode
  interface: java.lang.Cloneable
  interface: com.github.javaparser.ast.body.AnnotableNode
  Line 43) null ==> null
  Line 44) setStatic(isStatic) ==> void
  Line 45) setBlock(block) ==> void
  Line 49) beginLine ==> int
  Line 49) beginColumn ==> int
  Line 49) endLine ==> int
  Line 49) endColumn ==> int
  Line 49) null ==> null
  Line 50) setStatic(isStatic) ==> void
  Line 51) setBlock(block) ==> void
  Line 56) v.visit(this, arg) ==> R
  Line 61) v.visit(this, arg) ==> void
  Line 65) block ==> com.github.javaparser.ast.stmt.BlockStmt
  Line 69) isStatic ==> boolean
  Line 73) this.block = block ==> com.github.javaparser.ast.stmt.BlockStmt
  Line 74) setAsParentNodeOf(this.block) ==> void
  Line 78) this.isStatic = isStatic ==> boolean
  Line 83) this.javadocComment = javadocComment ==> com.github.javaparser.ast.comments.JavadocComment
  Line 88) javadocComment ==> com.github.javaparser.ast.comments.JavadocComment