blob: f301fb057ac28c794876225588e486ea16b5bd5f [file] [log] [blame]
[ Class com.github.javaparser.ast.stmt.TypeDeclarationStmt ]
superclass: com.github.javaparser.ast.stmt.Statement
superclass: com.github.javaparser.ast.Node
superclass: java.lang.Object
interface: java.lang.Cloneable
Line 39) setTypeDeclaration(typeDecl) ==> void
Line 44) beginLine ==> int
Line 44) beginColumn ==> int
Line 44) endLine ==> int
Line 44) endColumn ==> int
Line 45) setTypeDeclaration(typeDecl) ==> void
Line 49) v.visit(this, arg) ==> R
Line 53) v.visit(this, arg) ==> void
Line 57) typeDecl ==> com.github.javaparser.ast.body.TypeDeclaration
Line 61) this.typeDecl = typeDecl ==> com.github.javaparser.ast.body.TypeDeclaration
Line 62) setAsParentNodeOf(this.typeDecl) ==> void