blob: 4191f82aa9a913b8fd48489b14362a8034fca3b4 [file] [log] [blame]
[ 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