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

[ Class com.github.javaparser.ast.expr.StringLiteralExpr ]
  superclass: com.github.javaparser.ast.expr.LiteralExpr
  superclass: com.github.javaparser.ast.expr.Expression
  superclass: com.github.javaparser.ast.Node
  superclass: java.lang.Object
  interface: java.lang.Cloneable
  Line 38) this.value = value ==> java.lang.String
  Line 43) beginLine ==> int
  Line 43) beginColumn ==> int
  Line 43) endLine ==> int
  Line 43) endColumn ==> int
  Line 44) this.value = value ==> java.lang.String
  Line 48) v.visit(this, arg) ==> R
  Line 52) v.visit(this, arg) ==> void
  Line 56) value ==> java.lang.String
  Line 60) this.value = value ==> java.lang.String