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

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

Introduction

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

The text is from its open source code.

Field

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

Constructor

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

Method

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