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

[ Class com.github.javaparser.ast.expr.BooleanLiteralExpr ]
  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) setValue(value) ==> void
  Line 42) beginLine ==> int
  Line 42) beginColumn ==> int
  Line 42) endLine ==> int
  Line 42) endColumn ==> int
  Line 43) setValue(value) ==> void
  Line 48) v.visit(this, arg) ==> R
  Line 53) v.visit(this, arg) ==> void
  Line 57) value ==> boolean
  Line 61) this.value = value ==> boolean