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

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

Introduction

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

The text is from its open source code.

Field

ChildPropertyDescriptorTYPE_NAME_PROPERTY
The "typeName" structural property of this node type (child type: Name ).
ChildListPropertyDescriptorVALUES_PROPERTY
The "values" structural property of this node type (element type: MemberValuePair ).
ASTNode.NodeListvalues
The list of member value pairs (element type: MemberValuePair ).

Constructor

NormalAnnotation(AST ast)
Creates a new unparented normal annotation node owned by the given AST.

Method

NamegetTypeName()
Returns the annotation type name of this annotation.
IAnnotationBindingresolveAnnotationBinding()
Resolves and returns the resolved annotation for this annotation.
voidsetTypeName(Name typeName)
Sets the annotation type name of this annotation.