public interface sun.jvm.hotspot.debugger.cdbg.Field
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: sun.jvm.hotspot.debugger.cdbg.Field
super_class: java.lang.Object
{
public abstract int getAccessControl();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract sun.jvm.hotspot.debugger.cdbg.Type getType();
descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/Type;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isStatic();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract long getOffset();
descriptor: ()J
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract sun.jvm.hotspot.debugger.Address getAddress();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Field.java"