blob: d433226f6ac6510f83bab8c4238a0c60c246b09c [file] [log] [blame]
[ Class com.github.javaparser.ast.body.InitializerDeclaration ]
superclass: com.github.javaparser.ast.body.BodyDeclaration
superclass: com.github.javaparser.ast.Node
superclass: java.lang.Object
interface: com.github.javaparser.ast.DocumentableNode
interface: java.lang.Cloneable
interface: com.github.javaparser.ast.body.AnnotableNode
Line 43) null ==> null
Line 44) setStatic(isStatic) ==> void
Line 45) setBlock(block) ==> void
Line 49) beginLine ==> int
Line 49) beginColumn ==> int
Line 49) endLine ==> int
Line 49) endColumn ==> int
Line 49) null ==> null
Line 50) setStatic(isStatic) ==> void
Line 51) setBlock(block) ==> void
Line 56) v.visit(this, arg) ==> R
Line 61) v.visit(this, arg) ==> void
Line 65) block ==> com.github.javaparser.ast.stmt.BlockStmt
Line 69) isStatic ==> boolean
Line 73) this.block = block ==> com.github.javaparser.ast.stmt.BlockStmt
Line 74) setAsParentNodeOf(this.block) ==> void
Line 78) this.isStatic = isStatic ==> boolean
Line 83) this.javadocComment = javadocComment ==> com.github.javaparser.ast.comments.JavadocComment
Line 88) javadocComment ==> com.github.javaparser.ast.comments.JavadocComment