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

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

Introduction

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

The text is from its open source code.

Method

intgetAccessFlags()
Answer back the access flag of this field info.
IConstantValueAttributegetConstantValueAttribute()
Answer back the constant value attribute of this field info if specified, null otherwise.
char[]getDescriptor()
Answer back the descriptor of this field info.
char[]getName()
Answer back the name of this field info.
booleanisDeprecated()
Return true if the field info has a deprecated attribute, false otherwise.