aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_body_AnnotationDeclaration.txt
blob: f68d9dd8a4612e4011f736b9844043a29e9b2faa (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
28

[ Class com.github.javaparser.ast.body.AnnotationDeclaration ]
  superclass: com.github.javaparser.ast.body.TypeDeclaration
  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
  interface: com.github.javaparser.ast.NamedNode
  Line 41) modifiers ==> int
  Line 41) name ==> java.lang.String
  Line 45) annotations ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
  Line 45) modifiers ==> int
  Line 45) name ==> java.lang.String
  Line 45) members ==> java.util.List<com.github.javaparser.ast.body.BodyDeclaration>
  Line 49) beginLine ==> int
  Line 49) beginColumn ==> int
  Line 49) endLine ==> int
  Line 49) endColumn ==> int
  Line 49) annotations ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
  Line 49) modifiers ==> int
  Line 49) name ==> java.lang.String
  Line 49) members ==> java.util.List<com.github.javaparser.ast.body.BodyDeclaration>
  Line 54) v.visit(this, arg) ==> R
  Line 59) v.visit(this, arg) ==> void
  Line 64) this.javadocComment = javadocComment ==> com.github.javaparser.ast.comments.JavadocComment
  Line 69) javadocComment ==> com.github.javaparser.ast.comments.JavadocComment