public interface sun.jvm.hotspot.types.TypeDataBase
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.types.TypeDataBase
  super_class: java.lang.Object
{
  public abstract sun.jvm.hotspot.types.Type lookupType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      cTypeName  

  public abstract sun.jvm.hotspot.types.Type lookupType(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      cTypeName       
      throwException  

  public abstract java.lang.Integer lookupIntConstant(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Integer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      constantName  

  public abstract java.lang.Integer lookupIntConstant(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Ljava/lang/Integer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      constantName    
      throwException  

  public abstract java.lang.Long lookupLongConstant(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Long;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      constantName  

  public abstract java.lang.Long lookupLongConstant(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Ljava/lang/Long;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      constantName    
      throwException  

  public abstract sun.jvm.hotspot.types.Type getJBooleanType();
    descriptor: ()Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.types.Type getJByteType();
    descriptor: ()Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.types.Type getJCharType();
    descriptor: ()Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.types.Type getJDoubleType();
    descriptor: ()Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.types.Type getJFloatType();
    descriptor: ()Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.types.Type getJIntType();
    descriptor: ()Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.types.Type getJLongType();
    descriptor: ()Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.types.Type getJShortType();
    descriptor: ()Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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

  public abstract boolean addressTypeIsEqualToType(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.types.Type);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/types/Type;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      addr  
      type  

  public abstract sun.jvm.hotspot.types.Type guessTypeForAddress(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      addr  

  public abstract sun.jvm.hotspot.types.Type findDynamicTypeForAddress(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.types.Type);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/types/Type;)Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      addr      
      baseType  

  public abstract java.util.Iterator getTypes();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.Iterator getIntConstants();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.Iterator getLongConstants();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "TypeDataBase.java"