Java org.eclipse.jdt.core.dom AbstractTypeDeclaration fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom AbstractTypeDeclaration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom AbstractTypeDeclaration.

The text is from its open source code.

Subclass

org.eclipse.jdt.core.dom.AbstractTypeDeclaration has subclasses.
Click this link to see all its subclasses.

Field

ASTNode.NodeListbodyDeclarations
The body declarations (element type: BodyDeclaration ).

Method

ChildListPropertyDescriptorgetBodyDeclarationsProperty()
Returns structural property descriptor for the "bodyDeclarations" property of this node (element type: BodyDeclaration ).
SimpleNamegetName()
Returns the name of the type declared in this type declaration.
booleanisLocalTypeDeclaration()
Returns whether this type declaration is a local type.
booleanisMemberTypeDeclaration()
Returns whether this type declaration is a type member.
booleanisPackageMemberTypeDeclaration()
Returns whether this type declaration is a package member (that is, a top-level type).
ITypeBindingresolveBinding()
Resolves and returns the binding for the type declared in this type declaration.
voidsetName(SimpleName typeName)
Sets the name of the type declared in this type declaration to the given name.