public abstract class com.sun.tools.jdi.TypeComponentImpl extends com.sun.tools.jdi.MirrorImpl implements com.sun.jdi.TypeComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.jdi.TypeComponentImpl
  super_class: com.sun.tools.jdi.MirrorImpl
{
  protected final long ref;
    descriptor: J
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String signature;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String genericSignature;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final com.sun.tools.jdi.ReferenceTypeImpl declaringType;
    descriptor: Lcom/sun/tools/jdi/ReferenceTypeImpl;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private final int modifiers;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.sun.jdi.VirtualMachine, com.sun.tools.jdi.ReferenceTypeImpl, long, java.lang.String, java.lang.String, java.lang.String, int);
    descriptor: (Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ReferenceTypeImpl;JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=9, args_size=8
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
        start local 1 // com.sun.jdi.VirtualMachine vm
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl declaringType
        start local 3 // long ref
        start local 5 // java.lang.String name
        start local 6 // java.lang.String signature
        start local 7 // java.lang.String genericSignature
        start local 8 // int modifiers
         0: .line 46
            aload 0 /* this */
            aload 1 /* vm */
            invokespecial com.sun.tools.jdi.MirrorImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 47
            aload 0 /* this */
            aload 2 /* declaringType */
            putfield com.sun.tools.jdi.TypeComponentImpl.declaringType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
         2: .line 48
            aload 0 /* this */
            lload 3 /* ref */
            putfield com.sun.tools.jdi.TypeComponentImpl.ref:J
         3: .line 49
            aload 0 /* this */
            aload 5 /* name */
            putfield com.sun.tools.jdi.TypeComponentImpl.name:Ljava/lang/String;
         4: .line 50
            aload 0 /* this */
            aload 6 /* signature */
            putfield com.sun.tools.jdi.TypeComponentImpl.signature:Ljava/lang/String;
         5: .line 51
            aload 7 /* genericSignature */
            ifnull 8
            aload 7 /* genericSignature */
            invokevirtual java.lang.String.length:()I
            ifeq 8
         6: .line 52
            aload 0 /* this */
            aload 7 /* genericSignature */
            putfield com.sun.tools.jdi.TypeComponentImpl.genericSignature:Ljava/lang/String;
         7: .line 53
            goto 9
         8: .line 54
      StackMap locals: com.sun.tools.jdi.TypeComponentImpl com.sun.jdi.VirtualMachine com.sun.tools.jdi.ReferenceTypeImpl long java.lang.String java.lang.String java.lang.String int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.TypeComponentImpl.genericSignature:Ljava/lang/String;
         9: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* modifiers */
            putfield com.sun.tools.jdi.TypeComponentImpl.modifiers:I
        10: .line 57
            return
        end local 8 // int modifiers
        end local 7 // java.lang.String genericSignature
        end local 6 // java.lang.String signature
        end local 5 // java.lang.String name
        end local 3 // long ref
        end local 2 // com.sun.tools.jdi.ReferenceTypeImpl declaringType
        end local 1 // com.sun.jdi.VirtualMachine vm
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lcom/sun/tools/jdi/TypeComponentImpl;
            0   11     1                vm  Lcom/sun/jdi/VirtualMachine;
            0   11     2     declaringType  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   11     3               ref  J
            0   11     5              name  Ljava/lang/String;
            0   11     6         signature  Ljava/lang/String;
            0   11     7  genericSignature  Ljava/lang/String;
            0   11     8         modifiers  I
    MethodParameters:
                  Name  Flags
      vm                
      declaringType     
      ref               
      name              
      signature         
      genericSignature  
      modifiers         

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

  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.TypeComponentImpl this
         0: .line 64
            aload 0 /* this */
            getfield com.sun.tools.jdi.TypeComponentImpl.signature:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/TypeComponentImpl;

  public java.lang.String genericSignature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
         0: .line 67
            aload 0 /* this */
            getfield com.sun.tools.jdi.TypeComponentImpl.genericSignature:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/TypeComponentImpl;

  public int modifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
         0: .line 71
            aload 0 /* this */
            getfield com.sun.tools.jdi.TypeComponentImpl.modifiers:I
            ireturn
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/TypeComponentImpl;

  public com.sun.jdi.ReferenceType declaringType();
    descriptor: ()Lcom/sun/jdi/ReferenceType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
         0: .line 75
            aload 0 /* this */
            getfield com.sun.tools.jdi.TypeComponentImpl.declaringType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
            areturn
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/TypeComponentImpl;

  public boolean isStatic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
         0: .line 79
            aload 0 /* this */
            bipush 8
            invokevirtual com.sun.tools.jdi.TypeComponentImpl.isModifierSet:(I)Z
            ireturn
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/TypeComponentImpl;

  public boolean isFinal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
         0: .line 83
            aload 0 /* this */
            bipush 16
            invokevirtual com.sun.tools.jdi.TypeComponentImpl.isModifierSet:(I)Z
            ireturn
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/TypeComponentImpl;

  public boolean isPrivate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
         0: .line 87
            aload 0 /* this */
            iconst_2
            invokevirtual com.sun.tools.jdi.TypeComponentImpl.isModifierSet:(I)Z
            ireturn
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/TypeComponentImpl;

  public boolean isPackagePrivate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
         0: .line 91
            aload 0 /* this */
            bipush 7
            invokevirtual com.sun.tools.jdi.TypeComponentImpl.isModifierSet:(I)Z
         1: .line 93
            ifeq 3
         2: .line 91
            iconst_0
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/TypeComponentImpl;

  public boolean isProtected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
         0: .line 97
            aload 0 /* this */
            iconst_4
            invokevirtual com.sun.tools.jdi.TypeComponentImpl.isModifierSet:(I)Z
            ireturn
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/TypeComponentImpl;

  public boolean isPublic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
         0: .line 101
            aload 0 /* this */
            iconst_1
            invokevirtual com.sun.tools.jdi.TypeComponentImpl.isModifierSet:(I)Z
            ireturn
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/TypeComponentImpl;

  public boolean isSynthetic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
         0: .line 105
            aload 0 /* this */
            ldc -268435456
            invokevirtual com.sun.tools.jdi.TypeComponentImpl.isModifierSet:(I)Z
            ireturn
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/TypeComponentImpl;

  long ref();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
         0: .line 109
            aload 0 /* this */
            getfield com.sun.tools.jdi.TypeComponentImpl.ref:J
            lreturn
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/TypeComponentImpl;

  boolean isModifierSet(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.TypeComponentImpl this
        start local 1 // int compareBits
         0: .line 113
            aload 0 /* this */
            getfield com.sun.tools.jdi.TypeComponentImpl.modifiers:I
            iload 1 /* compareBits */
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int compareBits
        end local 0 // com.sun.tools.jdi.TypeComponentImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/tools/jdi/TypeComponentImpl;
            0    2     1  compareBits  I
    MethodParameters:
             Name  Flags
      compareBits  

  public int hashCode();
    descriptor: ()I
    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.MirrorImpl.hashCode:()I
            ireturn
      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.MirrorImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.sun.tools.jdi.MirrorImpl.equals:(Ljava/lang/Object;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TypeComponentImpl.java"