public class com.sun.tools.jdi.IntegerTypeImpl extends com.sun.tools.jdi.PrimitiveTypeImpl implements com.sun.jdi.IntegerType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.IntegerTypeImpl
  super_class: com.sun.tools.jdi.PrimitiveTypeImpl
{
  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.IntegerTypeImpl this
        start local 1 // com.sun.jdi.VirtualMachine vm
         0: .line 36
            aload 0 /* this */
            aload 1 /* vm */
            invokespecial com.sun.tools.jdi.PrimitiveTypeImpl.<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.IntegerTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/IntegerTypeImpl;
            0    2     1    vm  Lcom/sun/jdi/VirtualMachine;
    MethodParameters:
      Name  Flags
      vm    

  public java.lang.String signature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerTypeImpl this
         0: .line 40
            bipush 73
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.IntegerTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerTypeImpl;

  com.sun.jdi.PrimitiveValue convert(com.sun.jdi.PrimitiveValue);
    descriptor: (Lcom/sun/jdi/PrimitiveValue;)Lcom/sun/jdi/PrimitiveValue;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.IntegerTypeImpl this
        start local 1 // com.sun.jdi.PrimitiveValue value
         0: .line 44
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 1 /* value */
            checkcast com.sun.tools.jdi.PrimitiveValueImpl
            invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.checkedIntValue:()I
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.mirrorOf:(I)Lcom/sun/jdi/IntegerValue;
            areturn
        end local 1 // com.sun.jdi.PrimitiveValue value
        end local 0 // com.sun.tools.jdi.IntegerTypeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/jdi/IntegerTypeImpl;
            0    1     1  value  Lcom/sun/jdi/PrimitiveValue;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.jdi.PrimitiveTypeImpl.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.jdi.VirtualMachine virtualMachine();
    descriptor: ()Lcom/sun/jdi/VirtualMachine;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.jdi.PrimitiveTypeImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "IntegerTypeImpl.java"