Java org.eclipse.jdt.internal.compiler.env IBinaryField fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

IBinaryAnnotation[]getAnnotations()
Answer the runtime visible and invisible annotations for this field or null if none.
ConstantgetConstant()
char[]getGenericSignature()
Answer the receiver's FieldSignature, which describes the field's type as specified in "4.7.9.1 Signatures" of the Java SE 8 VM spec.
char[]getName()
Answer the name of the field.
longgetTagBits()
Answer the tagbits set according to the bits for annotations.
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.