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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

IAnnotationgetAnnotation(String name)
Returns the annotation with the given name declared on this element.
IAnnotation[]getAnnotations()
Returns the annotations for this element.
ObjectgetConstant()
Returns the constant value associated with this field or null if this field has none.
StringgetElementName()
Returns the simple name of this field.
StringgetKey()
Returns the binding key for this field only if the given field is #isResolved() resolved .
StringgetTypeSignature()
Returns the type signature of this field.
booleanisEnumConstant()
Returns whether this field represents an enum constant.
booleanisResolved()
Returns whether this field represents a resolved field.