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

[ Class com.github.javaparser.ast.expr.TypeExpr ]
  superclass: com.github.javaparser.ast.expr.Expression
  superclass: com.github.javaparser.ast.Node
  superclass: java.lang.Object
  interface: java.lang.Cloneable
  Line 40) beginLine ==> int
  Line 40) beginColumn ==> int
  Line 40) endLine ==> int
  Line 40) endColumn ==> int
  Line 41) setType(type) ==> void
  Line 46) v.visit(this, arg) ==> R
  Line 51) v.visit(this, arg) ==> void
  Line 55) type ==> com.github.javaparser.ast.type.Type
  Line 59) this.type = type ==> com.github.javaparser.ast.type.Type
  Line 60) setAsParentNodeOf(this.type) ==> void