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

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

Introduction

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

The text is from its open source code.

Field

ChildPropertyDescriptorTYPE_NAME_PROPERTY
The "typeName" structural property of this node type (child type: Name ).

Constructor

MarkerAnnotation(AST ast)
Creates a new unparented marker 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.