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

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

Introduction

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

The text is from its open source code.

Implementation

org.eclipse.jdt.core.dom.IAnnotationBinding has the following implementations.
Click this link to see all its implementation.

Method

IMemberValuePairBinding[]getAllMemberValuePairs()
Returns the complete list of member value pairs for this annotation, including ones explicitly listed in the annotation as well as entries for annotation type members with default values that are implied.
ITypeBindinggetAnnotationType()
Returns the type of the annotation.
IMemberValuePairBinding[]getDeclaredMemberValuePairs()
Returns the list of declared member value pairs for this annotation.
StringgetName()
Returns the name of the annotation type.