aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_expr_ObjectCreationExpr.txt
blob: af22ee2288e7c9dee506329ef732fa494215140e (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
29
30
31
32
33
34
35

[ Class com.github.javaparser.ast.expr.ObjectCreationExpr ]
  superclass: com.github.javaparser.ast.expr.Expression
  superclass: com.github.javaparser.ast.Node
  superclass: java.lang.Object
  interface: java.lang.Cloneable
  Line 51) setScope(scope) ==> void
  Line 52) setType(type) ==> void
  Line 53) setArgs(args) ==> void
  Line 59) beginLine ==> int
  Line 59) beginColumn ==> int
  Line 59) endLine ==> int
  Line 59) endColumn ==> int
  Line 60) setScope(scope) ==> void
  Line 61) setType(type) ==> void
  Line 62) setTypeArgs(typeArgs) ==> void
  Line 63) setArgs(args) ==> void
  Line 64) setAnonymousClassBody(anonymousBody) ==> void
  Line 68) v.visit(this, arg) ==> R
  Line 72) v.visit(this, arg) ==> void
  Line 76) anonymousClassBody ==> java.util.List<com.github.javaparser.ast.body.BodyDeclaration>
  Line 80) args ==> java.util.List<com.github.javaparser.ast.expr.Expression>
  Line 84) scope ==> com.github.javaparser.ast.expr.Expression
  Line 88) type ==> com.github.javaparser.ast.type.ClassOrInterfaceType
  Line 92) typeArgs ==> java.util.List<com.github.javaparser.ast.type.Type>
  Line 96) this.anonymousClassBody = anonymousClassBody ==> java.util.List<com.github.javaparser.ast.body.BodyDeclaration>
  Line 97) setAsParentNodeOf(this.anonymousClassBody) ==> void
  Line 101) this.args = args ==> java.util.List<com.github.javaparser.ast.expr.Expression>
  Line 102) setAsParentNodeOf(this.args) ==> void
  Line 106) this.scope = scope ==> com.github.javaparser.ast.expr.Expression
  Line 107) setAsParentNodeOf(this.scope) ==> void
  Line 111) this.type = type ==> com.github.javaparser.ast.type.ClassOrInterfaceType
  Line 112) setAsParentNodeOf(this.type) ==> void
  Line 116) this.typeArgs = typeArgs ==> java.util.List<com.github.javaparser.ast.type.Type>
  Line 117) setAsParentNodeOf(this.typeArgs) ==> void