public class sun.rmi.rmic.iiop.AbstractType extends sun.rmi.rmic.iiop.RemoteType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.rmi.rmic.iiop.AbstractType
  super_class: sun.rmi.rmic.iiop.RemoteType
{
  public static sun.rmi.rmic.iiop.AbstractType forAbstract(sun.tools.java.ClassDefinition, sun.rmi.rmic.iiop.ContextStack, boolean);
    descriptor: (Lsun/tools/java/ClassDefinition;Lsun/rmi/rmic/iiop/ContextStack;Z)Lsun/rmi/rmic/iiop/AbstractType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // sun.tools.java.ClassDefinition classDef
        start local 1 // sun.rmi.rmic.iiop.ContextStack stack
        start local 2 // boolean quiet
         0: .line 65
            iconst_0
            istore 3 /* doPop */
        start local 3 // boolean doPop
         1: .line 66
            aconst_null
            astore 4 /* result */
        start local 4 // sun.rmi.rmic.iiop.AbstractType result
         2: .line 72
            aload 0 /* classDef */
            invokevirtual sun.tools.java.ClassDefinition.getType:()Lsun/tools/java/Type;
            astore 5 /* theType */
        start local 5 // sun.tools.java.Type theType
         3: .line 73
            aload 5 /* theType */
            aload 1 /* stack */
            invokestatic sun.rmi.rmic.iiop.AbstractType.getType:(Lsun/tools/java/Type;Lsun/rmi/rmic/iiop/ContextStack;)Lsun/rmi/rmic/iiop/Type;
            astore 6 /* existing */
        start local 6 // sun.rmi.rmic.iiop.Type existing
         4: .line 75
            aload 6 /* existing */
            ifnull 9
         5: .line 77
            aload 6 /* existing */
            instanceof sun.rmi.rmic.iiop.AbstractType
            ifne 7
         6: aconst_null
            areturn
         7: .line 81
      StackMap locals: sun.tools.java.ClassDefinition sun.rmi.rmic.iiop.ContextStack int int sun.rmi.rmic.iiop.AbstractType sun.tools.java.Type sun.rmi.rmic.iiop.Type
      StackMap stack:
            aload 6 /* existing */
            checkcast sun.rmi.rmic.iiop.AbstractType
         8: areturn
         9: .line 87
      StackMap locals:
      StackMap stack:
            aload 1 /* stack */
            aload 0 /* classDef */
            iload 2 /* quiet */
            invokestatic sun.rmi.rmic.iiop.AbstractType.couldBeAbstract:(Lsun/rmi/rmic/iiop/ContextStack;Lsun/tools/java/ClassDefinition;Z)Z
            ifeq 23
        10: .line 91
            new sun.rmi.rmic.iiop.AbstractType
            dup
            aload 1 /* stack */
            aload 0 /* classDef */
            invokespecial sun.rmi.rmic.iiop.AbstractType.<init>:(Lsun/rmi/rmic/iiop/ContextStack;Lsun/tools/java/ClassDefinition;)V
            astore 7 /* it */
        start local 7 // sun.rmi.rmic.iiop.AbstractType it
        11: .line 92
            aload 5 /* theType */
            aload 7 /* it */
            aload 1 /* stack */
            invokestatic sun.rmi.rmic.iiop.AbstractType.putType:(Lsun/tools/java/Type;Lsun/rmi/rmic/iiop/Type;Lsun/rmi/rmic/iiop/ContextStack;)V
        12: .line 93
            aload 1 /* stack */
            aload 7 /* it */
            invokevirtual sun.rmi.rmic.iiop.ContextStack.push:(Lsun/rmi/rmic/iiop/ContextElement;)Lsun/rmi/rmic/iiop/TypeContext;
            pop
        13: .line 94
            iconst_1
            istore 3 /* doPop */
        14: .line 96
            aload 7 /* it */
            iload 2 /* quiet */
            aload 1 /* stack */
            invokevirtual sun.rmi.rmic.iiop.AbstractType.initialize:(ZLsun/rmi/rmic/iiop/ContextStack;)Z
            ifeq 18
        15: .line 97
            aload 1 /* stack */
            iconst_1
            invokevirtual sun.rmi.rmic.iiop.ContextStack.pop:(Z)Lsun/rmi/rmic/iiop/TypeContext;
            pop
        16: .line 98
            aload 7 /* it */
            astore 4 /* result */
        17: .line 99
            goto 23
        18: .line 100
      StackMap locals: sun.rmi.rmic.iiop.AbstractType
      StackMap stack:
            aload 5 /* theType */
            aload 1 /* stack */
            invokestatic sun.rmi.rmic.iiop.AbstractType.removeType:(Lsun/tools/java/Type;Lsun/rmi/rmic/iiop/ContextStack;)V
        19: .line 101
            aload 1 /* stack */
            iconst_0
            invokevirtual sun.rmi.rmic.iiop.ContextStack.pop:(Z)Lsun/rmi/rmic/iiop/TypeContext;
            pop
        end local 7 // sun.rmi.rmic.iiop.AbstractType it
        end local 6 // sun.rmi.rmic.iiop.Type existing
        end local 5 // sun.tools.java.Type theType
        20: .line 104
            goto 23
      StackMap locals: sun.tools.java.ClassDefinition sun.rmi.rmic.iiop.ContextStack int int sun.rmi.rmic.iiop.AbstractType
      StackMap stack: sun.tools.java.CompilerError
        21: pop
        22: .line 105
            iload 3 /* doPop */
            ifeq 23
            aload 1 /* stack */
            iconst_0
            invokevirtual sun.rmi.rmic.iiop.ContextStack.pop:(Z)Lsun/rmi/rmic/iiop/TypeContext;
            pop
        23: .line 108
      StackMap locals:
      StackMap stack:
            aload 4 /* result */
            areturn
        end local 4 // sun.rmi.rmic.iiop.AbstractType result
        end local 3 // boolean doPop
        end local 2 // boolean quiet
        end local 1 // sun.rmi.rmic.iiop.ContextStack stack
        end local 0 // sun.tools.java.ClassDefinition classDef
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0  classDef  Lsun/tools/java/ClassDefinition;
            0   24     1     stack  Lsun/rmi/rmic/iiop/ContextStack;
            0   24     2     quiet  Z
            1   24     3     doPop  Z
            2   24     4    result  Lsun/rmi/rmic/iiop/AbstractType;
            3   20     5   theType  Lsun/tools/java/Type;
            4   20     6  existing  Lsun/rmi/rmic/iiop/Type;
           11   20     7        it  Lsun/rmi/rmic/iiop/AbstractType;
      Exception table:
        from    to  target  type
           2     6      21  Class sun.tools.java.CompilerError
           7     8      21  Class sun.tools.java.CompilerError
           9    20      21  Class sun.tools.java.CompilerError
    MethodParameters:
          Name  Flags
      classDef  
      stack     
      quiet     

  public java.lang.String getTypeDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.rmi.rmic.iiop.AbstractType this
         0: .line 115
            ldc "Abstract interface"
            areturn
        end local 0 // sun.rmi.rmic.iiop.AbstractType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/rmi/rmic/iiop/AbstractType;

  private void <init>(sun.rmi.rmic.iiop.ContextStack, sun.tools.java.ClassDefinition);
    descriptor: (Lsun/rmi/rmic/iiop/ContextStack;Lsun/tools/java/ClassDefinition;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.rmi.rmic.iiop.AbstractType this
        start local 1 // sun.rmi.rmic.iiop.ContextStack stack
        start local 2 // sun.tools.java.ClassDefinition classDef
         0: .line 127
            aload 0 /* this */
            aload 1 /* stack */
            aload 2 /* classDef */
            ldc 167780352
            invokespecial sun.rmi.rmic.iiop.RemoteType.<init>:(Lsun/rmi/rmic/iiop/ContextStack;Lsun/tools/java/ClassDefinition;I)V
         1: .line 128
            return
        end local 2 // sun.tools.java.ClassDefinition classDef
        end local 1 // sun.rmi.rmic.iiop.ContextStack stack
        end local 0 // sun.rmi.rmic.iiop.AbstractType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/rmi/rmic/iiop/AbstractType;
            0    2     1     stack  Lsun/rmi/rmic/iiop/ContextStack;
            0    2     2  classDef  Lsun/tools/java/ClassDefinition;
    MethodParameters:
          Name  Flags
      stack     
      classDef  

  private static boolean couldBeAbstract(sun.rmi.rmic.iiop.ContextStack, sun.tools.java.ClassDefinition, boolean);
    descriptor: (Lsun/rmi/rmic/iiop/ContextStack;Lsun/tools/java/ClassDefinition;Z)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // sun.rmi.rmic.iiop.ContextStack stack
        start local 1 // sun.tools.java.ClassDefinition classDef
        start local 2 // boolean quiet
         0: .line 140
            iconst_0
            istore 3 /* result */
        start local 3 // boolean result
         1: .line 142
            aload 1 /* classDef */
            invokevirtual sun.tools.java.ClassDefinition.isInterface:()Z
            ifeq 11
         2: .line 143
            aload 0 /* stack */
            invokevirtual sun.rmi.rmic.iiop.ContextStack.getEnv:()Lsun/rmi/rmic/iiop/BatchEnvironment;
            astore 4 /* env */
        start local 4 // sun.rmi.rmic.iiop.BatchEnvironment env
         3: .line 146
            aload 4 /* env */
            getfield sun.rmi.rmic.iiop.BatchEnvironment.defRemote:Lsun/tools/java/ClassDefinition;
            aload 4 /* env */
            aload 1 /* classDef */
            invokevirtual sun.tools.java.ClassDefinition.getClassDeclaration:()Lsun/tools/java/ClassDeclaration;
            invokevirtual sun.tools.java.ClassDefinition.implementedBy:(Lsun/tools/java/Environment;Lsun/tools/java/ClassDeclaration;)Z
            ifeq 4
            iconst_0
            goto 5
      StackMap locals: int sun.rmi.rmic.iiop.BatchEnvironment
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* result */
         6: .line 147
            iload 3 /* result */
            ifne 12
            bipush 15
            iload 2 /* quiet */
            aload 0 /* stack */
            aload 1 /* classDef */
            invokevirtual sun.tools.java.ClassDefinition.getName:()Lsun/tools/java/Identifier;
            invokestatic sun.rmi.rmic.iiop.AbstractType.failedConstraint:(IZLsun/rmi/rmic/iiop/ContextStack;Ljava/lang/Object;)Z
            pop
         7: .line 148
            goto 12
      StackMap locals:
      StackMap stack: sun.tools.java.ClassNotFound
         8: astore 5 /* e */
        start local 5 // sun.tools.java.ClassNotFound e
         9: .line 149
            aload 0 /* stack */
            aload 5 /* e */
            invokestatic sun.rmi.rmic.iiop.AbstractType.classNotFound:(Lsun/rmi/rmic/iiop/ContextStack;Lsun/tools/java/ClassNotFound;)V
        end local 5 // sun.tools.java.ClassNotFound e
        end local 4 // sun.rmi.rmic.iiop.BatchEnvironment env
        10: .line 151
            goto 12
        11: .line 152
      StackMap locals:
      StackMap stack:
            bipush 14
            iload 2 /* quiet */
            aload 0 /* stack */
            aload 1 /* classDef */
            invokevirtual sun.tools.java.ClassDefinition.getName:()Lsun/tools/java/Identifier;
            invokestatic sun.rmi.rmic.iiop.AbstractType.failedConstraint:(IZLsun/rmi/rmic/iiop/ContextStack;Ljava/lang/Object;)Z
            pop
        12: .line 156
      StackMap locals:
      StackMap stack:
            iload 3 /* result */
            ireturn
        end local 3 // boolean result
        end local 2 // boolean quiet
        end local 1 // sun.tools.java.ClassDefinition classDef
        end local 0 // sun.rmi.rmic.iiop.ContextStack stack
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0     stack  Lsun/rmi/rmic/iiop/ContextStack;
            0   13     1  classDef  Lsun/tools/java/ClassDefinition;
            0   13     2     quiet  Z
            1   13     3    result  Z
            3   10     4       env  Lsun/rmi/rmic/iiop/BatchEnvironment;
            9   10     5         e  Lsun/tools/java/ClassNotFound;
      Exception table:
        from    to  target  type
           3     7       8  Class sun.tools.java.ClassNotFound
    MethodParameters:
          Name  Flags
      stack     
      classDef  
      quiet     

  private boolean initialize(boolean, sun.rmi.rmic.iiop.ContextStack);
    descriptor: (ZLsun/rmi/rmic/iiop/ContextStack;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=8, args_size=3
        start local 0 // sun.rmi.rmic.iiop.AbstractType this
        start local 1 // boolean quiet
        start local 2 // sun.rmi.rmic.iiop.ContextStack stack
         0: .line 165
            iconst_0
            istore 3 /* result */
        start local 3 // boolean result
         1: .line 166
            aload 0 /* this */
            invokevirtual sun.rmi.rmic.iiop.AbstractType.getClassDefinition:()Lsun/tools/java/ClassDefinition;
            astore 4 /* self */
        start local 4 // sun.tools.java.ClassDefinition self
         2: .line 172
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 5 /* directMethods */
        start local 5 // java.util.Vector directMethods
         3: .line 174
            aload 0 /* this */
            aload 4 /* self */
            aload 5 /* directMethods */
            iconst_1
            iload 1 /* quiet */
            aload 2 /* stack */
            invokevirtual sun.rmi.rmic.iiop.AbstractType.addAllMethods:(Lsun/tools/java/ClassDefinition;Ljava/util/Vector;ZZLsun/rmi/rmic/iiop/ContextStack;)Ljava/util/Vector;
            ifnull 17
         4: .line 178
            iconst_1
            istore 6 /* validMethods */
        start local 6 // boolean validMethods
         5: .line 180
            aload 5 /* directMethods */
            invokevirtual java.util.Vector.size:()I
            ifle 12
         6: .line 184
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         7: goto 11
         8: .line 186
      StackMap locals: sun.rmi.rmic.iiop.AbstractType int sun.rmi.rmic.iiop.ContextStack int sun.tools.java.ClassDefinition java.util.Vector int int
      StackMap stack:
            aload 0 /* this */
            aload 5 /* directMethods */
            iload 7 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast sun.rmi.rmic.iiop.CompoundType$Method
            iconst_1
            invokevirtual sun.rmi.rmic.iiop.AbstractType.isConformingRemoteMethod:(Lsun/rmi/rmic/iiop/CompoundType$Method;Z)Z
            ifne 10
         9: .line 187
            iconst_0
            istore 6 /* validMethods */
        10: .line 184
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 7 /* i */
            aload 5 /* directMethods */
            invokevirtual java.util.Vector.size:()I
            if_icmplt 8
        end local 7 // int i
        12: .line 192
      StackMap locals:
      StackMap stack:
            iload 6 /* validMethods */
            ifeq 17
        13: .line 196
            aload 0 /* this */
            aconst_null
            aload 5 /* directMethods */
            aconst_null
            aload 2 /* stack */
            iload 1 /* quiet */
            invokevirtual sun.rmi.rmic.iiop.AbstractType.initialize:(Ljava/util/Vector;Ljava/util/Vector;Ljava/util/Vector;Lsun/rmi/rmic/iiop/ContextStack;Z)Z
            istore 3 /* result */
        end local 6 // boolean validMethods
        end local 5 // java.util.Vector directMethods
        14: .line 199
            goto 17
      StackMap locals: sun.rmi.rmic.iiop.AbstractType int sun.rmi.rmic.iiop.ContextStack int sun.tools.java.ClassDefinition
      StackMap stack: sun.tools.java.ClassNotFound
        15: astore 5 /* e */
        start local 5 // sun.tools.java.ClassNotFound e
        16: .line 200
            aload 2 /* stack */
            aload 5 /* e */
            invokestatic sun.rmi.rmic.iiop.AbstractType.classNotFound:(Lsun/rmi/rmic/iiop/ContextStack;Lsun/tools/java/ClassNotFound;)V
        end local 5 // sun.tools.java.ClassNotFound e
        17: .line 203
      StackMap locals:
      StackMap stack:
            iload 3 /* result */
            ireturn
        end local 4 // sun.tools.java.ClassDefinition self
        end local 3 // boolean result
        end local 2 // sun.rmi.rmic.iiop.ContextStack stack
        end local 1 // boolean quiet
        end local 0 // sun.rmi.rmic.iiop.AbstractType this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lsun/rmi/rmic/iiop/AbstractType;
            0   18     1          quiet  Z
            0   18     2          stack  Lsun/rmi/rmic/iiop/ContextStack;
            1   18     3         result  Z
            2   18     4           self  Lsun/tools/java/ClassDefinition;
            3   14     5  directMethods  Ljava/util/Vector;
            5   14     6   validMethods  Z
            7   12     7              i  I
           16   17     5              e  Lsun/tools/java/ClassNotFound;
      Exception table:
        from    to  target  type
           2    14      15  Class sun.tools.java.ClassNotFound
    MethodParameters:
       Name  Flags
      quiet  
      stack  
}
SourceFile: "AbstractType.java"
InnerClasses:
  public Method = sun.rmi.rmic.iiop.CompoundType$Method of sun.rmi.rmic.iiop.CompoundType