abstract class com.sun.tools.jdi.PrimitiveTypeImpl extends com.sun.tools.jdi.TypeImpl implements com.sun.jdi.PrimitiveType
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.jdi.PrimitiveTypeImpl
  super_class: com.sun.tools.jdi.TypeImpl
{
  void <init>(com.sun.jdi.VirtualMachine);
    descriptor: (Lcom/sun/jdi/VirtualMachine;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.PrimitiveTypeImpl this
        start local 1 // com.sun.jdi.VirtualMachine vm
         0: .line 36
            aload 0 /* this */
            aload 1 /* vm */
            invokespecial com.sun.tools.jdi.TypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 37
            return
        end local 1 // com.sun.jdi.VirtualMachine vm
        end local 0 // com.sun.tools.jdi.PrimitiveTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/PrimitiveTypeImpl;
            0    2     1    vm  Lcom/sun/jdi/VirtualMachine;
    MethodParameters:
      Name  Flags
      vm    

  abstract com.sun.jdi.PrimitiveValue convert(com.sun.jdi.PrimitiveValue);
    descriptor: (Lcom/sun/jdi/PrimitiveValue;)Lcom/sun/jdi/PrimitiveValue;
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws com.sun.jdi.InvalidTypeException
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.PrimitiveTypeImpl this
         0: .line 45
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.PrimitiveTypeImpl.name:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.PrimitiveTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/PrimitiveTypeImpl;
}
SourceFile: "PrimitiveTypeImpl.java"