public interface org.eclipse.jdt.internal.compiler.env.IBinaryField extends org.eclipse.jdt.internal.compiler.env.IGenericField
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jdt.internal.compiler.env.IBinaryField
  super_class: java.lang.Object
{
  public abstract org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] getAnnotations();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] getTypeAnnotations();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.jdt.internal.compiler.impl.Constant getConstant();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/impl/Constant;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract char[] getGenericSignature();
    descriptor: ()[C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract char[] getName();
    descriptor: ()[C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long getTagBits();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract char[] getTypeName();
    descriptor: ()[C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "IBinaryField.java"