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

[ Class com.github.javaparser.ast.comments.BlockComment ]
  superclass: com.github.javaparser.ast.comments.Comment
  superclass: com.github.javaparser.ast.Node
  superclass: java.lang.Object
  interface: java.lang.Cloneable
  Line 42) content ==> java.lang.String
  Line 46) beginLine ==> int
  Line 46) beginColumn ==> int
  Line 46) endLine ==> int
  Line 46) endColumn ==> int
  Line 46) content ==> java.lang.String
  Line 51) v.visit(this, arg) ==> R
  Line 56) v.visit(this, arg) ==> void