Java org.eclipse.jdt.internal.compiler.classfmt FieldInfo fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.compiler.classfmt FieldInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.compiler.classfmt FieldInfo.

The text is from its open source code.

Method

IBinaryAnnotation[]getAnnotations()
ConstantgetConstant()
Return the constant of the field.
char[]getGenericSignature()
intgetModifiers()
Answer an int whose bits are set according the access constants defined by the VM spec.
char[]getName()
Answer the name of the field.
longgetTagBits()
char[]getTypeName()
Answer the resolved name of the receiver's type in the class file format as specified in section 4.3.2 of the Java 2 VM spec.
booleanhasConstant()
Return true if the field has a constant value attribute, false otherwise.
intu2At(int relativeOffset)