public class sun.rmi.rmic.iiop.SpecialInterfaceType extends sun.rmi.rmic.iiop.InterfaceType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.rmi.rmic.iiop.SpecialInterfaceType
  super_class: sun.rmi.rmic.iiop.InterfaceType
{
  public static sun.rmi.rmic.iiop.SpecialInterfaceType forSpecial(sun.tools.java.ClassDefinition, sun.rmi.rmic.iiop.ContextStack);
    descriptor: (Lsun/tools/java/ClassDefinition;Lsun/rmi/rmic/iiop/ContextStack;)Lsun/rmi/rmic/iiop/SpecialInterfaceType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.tools.java.ClassDefinition theClass
        start local 1 // sun.rmi.rmic.iiop.ContextStack stack
         0: .line 75
            aload 1 /* stack */
            invokevirtual sun.rmi.rmic.iiop.ContextStack.anyErrors:()Z
            ifeq 1
            aconst_null
            areturn
         1: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* theClass */
            invokevirtual sun.tools.java.ClassDefinition.getType:()Lsun/tools/java/Type;
            astore 2 /* type */
        start local 2 // sun.tools.java.Type type
         2: .line 80
            aload 2 /* type */
            aload 1 /* stack */
            invokestatic sun.rmi.rmic.iiop.SpecialInterfaceType.getType:(Lsun/tools/java/Type;Lsun/rmi/rmic/iiop/ContextStack;)Lsun/rmi/rmic/iiop/Type;
            astore 3 /* existing */
        start local 3 // sun.rmi.rmic.iiop.Type existing
         3: .line 82
            aload 3 /* existing */
            ifnull 6
         4: .line 84
            aload 3 /* existing */
            instanceof sun.rmi.rmic.iiop.SpecialInterfaceType
            ifne 5
            aconst_null
            areturn
         5: .line 88
      StackMap locals: sun.tools.java.Type sun.rmi.rmic.iiop.Type
      StackMap stack:
            aload 3 /* existing */
            checkcast sun.rmi.rmic.iiop.SpecialInterfaceType
            areturn
         6: .line 93
      StackMap locals:
      StackMap stack:
            aload 2 /* type */
            aload 0 /* theClass */
            aload 1 /* stack */
            invokestatic sun.rmi.rmic.iiop.SpecialInterfaceType.isSpecial:(Lsun/tools/java/Type;Lsun/tools/java/ClassDefinition;Lsun/rmi/rmic/iiop/ContextStack;)Z
            ifeq 16
         7: .line 97
            new sun.rmi.rmic.iiop.SpecialInterfaceType
            dup
            aload 1 /* stack */
            iconst_0
            aload 0 /* theClass */
            invokespecial sun.rmi.rmic.iiop.SpecialInterfaceType.<init>:(Lsun/rmi/rmic/iiop/ContextStack;ILsun/tools/java/ClassDefinition;)V
            astore 4 /* result */
        start local 4 // sun.rmi.rmic.iiop.SpecialInterfaceType result
         8: .line 98
            aload 2 /* type */
            aload 4 /* result */
            aload 1 /* stack */
            invokestatic sun.rmi.rmic.iiop.SpecialInterfaceType.putType:(Lsun/tools/java/Type;Lsun/rmi/rmic/iiop/Type;Lsun/rmi/rmic/iiop/ContextStack;)V
         9: .line 99
            aload 1 /* stack */
            aload 4 /* result */
            invokevirtual sun.rmi.rmic.iiop.ContextStack.push:(Lsun/rmi/rmic/iiop/ContextElement;)Lsun/rmi/rmic/iiop/TypeContext;
            pop
        10: .line 101
            aload 4 /* result */
            aload 2 /* type */
            aload 1 /* stack */
            invokevirtual sun.rmi.rmic.iiop.SpecialInterfaceType.initialize:(Lsun/tools/java/Type;Lsun/rmi/rmic/iiop/ContextStack;)Z
            ifeq 13
        11: .line 102
            aload 1 /* stack */
            iconst_1
            invokevirtual sun.rmi.rmic.iiop.ContextStack.pop:(Z)Lsun/rmi/rmic/iiop/TypeContext;
            pop
        12: .line 103
            aload 4 /* result */
            areturn
        13: .line 105
      StackMap locals: sun.rmi.rmic.iiop.SpecialInterfaceType
      StackMap stack:
            aload 2 /* type */
            aload 1 /* stack */
            invokestatic sun.rmi.rmic.iiop.SpecialInterfaceType.removeType:(Lsun/tools/java/Type;Lsun/rmi/rmic/iiop/ContextStack;)V
        14: .line 106
            aload 1 /* stack */
            iconst_0
            invokevirtual sun.rmi.rmic.iiop.ContextStack.pop:(Z)Lsun/rmi/rmic/iiop/TypeContext;
            pop
        15: .line 107
            aconst_null
            areturn
        end local 4 // sun.rmi.rmic.iiop.SpecialInterfaceType result
        16: .line 110
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // sun.rmi.rmic.iiop.Type existing
        end local 2 // sun.tools.java.Type type
        end local 1 // sun.rmi.rmic.iiop.ContextStack stack
        end local 0 // sun.tools.java.ClassDefinition theClass
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0  theClass  Lsun/tools/java/ClassDefinition;
            0   17     1     stack  Lsun/rmi/rmic/iiop/ContextStack;
            2   17     2      type  Lsun/tools/java/Type;
            3   17     3  existing  Lsun/rmi/rmic/iiop/Type;
            8   16     4    result  Lsun/rmi/rmic/iiop/SpecialInterfaceType;
    MethodParameters:
          Name  Flags
      theClass  
      stack     

  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.SpecialInterfaceType this
         0: .line 117
            ldc "Special interface"
            areturn
        end local 0 // sun.rmi.rmic.iiop.SpecialInterfaceType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/rmi/rmic/iiop/SpecialInterfaceType;

  private void <init>(sun.rmi.rmic.iiop.ContextStack, int, sun.tools.java.ClassDefinition);
    descriptor: (Lsun/rmi/rmic/iiop/ContextStack;ILsun/tools/java/ClassDefinition;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.rmi.rmic.iiop.SpecialInterfaceType this
        start local 1 // sun.rmi.rmic.iiop.ContextStack stack
        start local 2 // int typeCode
        start local 3 // sun.tools.java.ClassDefinition theClass
         0: .line 129
            aload 0 /* this */
            aload 1 /* stack */
            iload 2 /* typeCode */
            ldc 536870912
            ior
            ldc 134217728
            ior
            ldc 33554432
            ior
            aload 3 /* theClass */
            invokespecial sun.rmi.rmic.iiop.InterfaceType.<init>:(Lsun/rmi/rmic/iiop/ContextStack;ILsun/tools/java/ClassDefinition;)V
         1: .line 130
            aload 0 /* this */
            aload 3 /* theClass */
            invokevirtual sun.tools.java.ClassDefinition.getName:()Lsun/tools/java/Identifier;
            aconst_null
            aconst_null
            invokevirtual sun.rmi.rmic.iiop.SpecialInterfaceType.setNames:(Lsun/tools/java/Identifier;[Ljava/lang/String;Ljava/lang/String;)V
         2: .line 131
            return
        end local 3 // sun.tools.java.ClassDefinition theClass
        end local 2 // int typeCode
        end local 1 // sun.rmi.rmic.iiop.ContextStack stack
        end local 0 // sun.rmi.rmic.iiop.SpecialInterfaceType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/rmi/rmic/iiop/SpecialInterfaceType;
            0    3     1     stack  Lsun/rmi/rmic/iiop/ContextStack;
            0    3     2  typeCode  I
            0    3     3  theClass  Lsun/tools/java/ClassDefinition;
    MethodParameters:
          Name  Flags
      stack     
      typeCode  
      theClass  

  private static boolean isSpecial(sun.tools.java.Type, sun.tools.java.ClassDefinition, sun.rmi.rmic.iiop.ContextStack);
    descriptor: (Lsun/tools/java/Type;Lsun/tools/java/ClassDefinition;Lsun/rmi/rmic/iiop/ContextStack;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // sun.tools.java.Type type
        start local 1 // sun.tools.java.ClassDefinition theClass
        start local 2 // sun.rmi.rmic.iiop.ContextStack stack
         0: .line 136
            aload 0 /* type */
            bipush 10
            invokevirtual sun.tools.java.Type.isType:(I)Z
            ifeq 12
         1: .line 137
            aload 0 /* type */
            invokevirtual sun.tools.java.Type.getClassName:()Lsun/tools/java/Identifier;
            astore 3 /* id */
        start local 3 // sun.tools.java.Identifier id
         2: .line 139
            aload 3 /* id */
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.idRemote:Lsun/tools/java/Identifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_1
            ireturn
         3: .line 140
      StackMap locals: sun.tools.java.Identifier
      StackMap stack:
            aload 3 /* id */
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.idJavaIoSerializable:Lsun/tools/java/Identifier;
            if_acmpne 4
            iconst_1
            ireturn
         4: .line 141
      StackMap locals:
      StackMap stack:
            aload 3 /* id */
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.idJavaIoExternalizable:Lsun/tools/java/Identifier;
            if_acmpne 5
            iconst_1
            ireturn
         5: .line 142
      StackMap locals:
      StackMap stack:
            aload 3 /* id */
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.idCorbaObject:Lsun/tools/java/Identifier;
            if_acmpne 6
            iconst_1
            ireturn
         6: .line 143
      StackMap locals:
      StackMap stack:
            aload 3 /* id */
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.idIDLEntity:Lsun/tools/java/Identifier;
            if_acmpne 7
            iconst_1
            ireturn
         7: .line 144
      StackMap locals:
      StackMap stack:
            aload 2 /* 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
         8: .line 146
            aload 4 /* env */
            getfield sun.rmi.rmic.iiop.BatchEnvironment.defCorbaObject:Lsun/tools/java/ClassDefinition;
            aload 4 /* env */
            aload 1 /* theClass */
            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 12
         9: iconst_1
            ireturn
        10: .line 147
      StackMap locals: sun.tools.java.Type sun.tools.java.ClassDefinition sun.rmi.rmic.iiop.ContextStack sun.tools.java.Identifier sun.rmi.rmic.iiop.BatchEnvironment
      StackMap stack: sun.tools.java.ClassNotFound
            astore 5 /* e */
        start local 5 // sun.tools.java.ClassNotFound e
        11: .line 148
            aload 2 /* stack */
            aload 5 /* e */
            invokestatic sun.rmi.rmic.iiop.SpecialInterfaceType.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
        end local 3 // sun.tools.java.Identifier id
        12: .line 151
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // sun.rmi.rmic.iiop.ContextStack stack
        end local 1 // sun.tools.java.ClassDefinition theClass
        end local 0 // sun.tools.java.Type type
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      type  Lsun/tools/java/Type;
            0   13     1  theClass  Lsun/tools/java/ClassDefinition;
            0   13     2     stack  Lsun/rmi/rmic/iiop/ContextStack;
            2   12     3        id  Lsun/tools/java/Identifier;
            8   12     4       env  Lsun/rmi/rmic/iiop/BatchEnvironment;
           11   12     5         e  Lsun/tools/java/ClassNotFound;
      Exception table:
        from    to  target  type
           8     9      10  Class sun.tools.java.ClassNotFound
    MethodParameters:
          Name  Flags
      type      
      theClass  
      stack     

  private boolean initialize(sun.tools.java.Type, sun.rmi.rmic.iiop.ContextStack);
    descriptor: (Lsun/tools/java/Type;Lsun/rmi/rmic/iiop/ContextStack;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=3
        start local 0 // sun.rmi.rmic.iiop.SpecialInterfaceType this
        start local 1 // sun.tools.java.Type type
        start local 2 // sun.rmi.rmic.iiop.ContextStack stack
         0: .line 156
            iconst_0
            istore 3 /* typeCode */
        start local 3 // int typeCode
         1: .line 157
            aconst_null
            astore 4 /* id */
        start local 4 // sun.tools.java.Identifier id
         2: .line 158
            aconst_null
            astore 5 /* idlName */
        start local 5 // java.lang.String idlName
         3: .line 159
            aconst_null
            astore 6 /* idlModuleName */
        start local 6 // java.lang.String[] idlModuleName
         4: .line 160
            aload 2 /* stack */
            invokevirtual sun.rmi.rmic.iiop.ContextStack.size:()I
            ifle 5
            aload 2 /* stack */
            invokevirtual sun.rmi.rmic.iiop.ContextStack.getContext:()Lsun/rmi/rmic/iiop/TypeContext;
            invokevirtual sun.rmi.rmic.iiop.TypeContext.isConstant:()Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals: sun.rmi.rmic.iiop.SpecialInterfaceType sun.tools.java.Type sun.rmi.rmic.iiop.ContextStack int sun.tools.java.Identifier java.lang.String java.lang.String[]
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 7 /* constant */
        start local 7 // boolean constant
         7: .line 162
            aload 1 /* type */
            bipush 10
            invokevirtual sun.tools.java.Type.isType:(I)Z
            ifeq 40
         8: .line 163
            aload 1 /* type */
            invokevirtual sun.tools.java.Type.getClassName:()Lsun/tools/java/Identifier;
            astore 4 /* id */
         9: .line 165
            aload 4 /* id */
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.idRemote:Lsun/tools/java/Identifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 14
        10: .line 166
            ldc 524288
            istore 3 /* typeCode */
        11: .line 167
            ldc "Remote"
            astore 5 /* idlName */
        12: .line 168
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.IDL_JAVA_RMI_MODULE:[Ljava/lang/String;
            astore 6 /* idlModuleName */
        13: .line 169
            goto 40
      StackMap locals: int
      StackMap stack:
        14: aload 4 /* id */
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.idJavaIoSerializable:Lsun/tools/java/Identifier;
            if_acmpne 19
        15: .line 170
            sipush 1024
            istore 3 /* typeCode */
        16: .line 171
            ldc "Serializable"
            astore 5 /* idlName */
        17: .line 172
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.IDL_JAVA_IO_MODULE:[Ljava/lang/String;
            astore 6 /* idlModuleName */
        18: .line 173
            goto 40
      StackMap locals:
      StackMap stack:
        19: aload 4 /* id */
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.idJavaIoExternalizable:Lsun/tools/java/Identifier;
            if_acmpne 24
        20: .line 174
            sipush 1024
            istore 3 /* typeCode */
        21: .line 175
            ldc "Externalizable"
            astore 5 /* idlName */
        22: .line 176
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.IDL_JAVA_IO_MODULE:[Ljava/lang/String;
            astore 6 /* idlModuleName */
        23: .line 177
            goto 40
      StackMap locals:
      StackMap stack:
        24: aload 4 /* id */
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.idIDLEntity:Lsun/tools/java/Identifier;
            if_acmpne 29
        25: .line 178
            sipush 1024
            istore 3 /* typeCode */
        26: .line 179
            ldc "IDLEntity"
            astore 5 /* idlName */
        27: .line 180
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.IDL_ORG_OMG_CORBA_PORTABLE_MODULE:[Ljava/lang/String;
            astore 6 /* idlModuleName */
        28: .line 181
            goto 40
        29: .line 183
      StackMap locals:
      StackMap stack:
            sipush 2048
            istore 3 /* typeCode */
        30: .line 187
            aload 4 /* id */
            getstatic sun.rmi.rmic.iiop.SpecialInterfaceType.idCorbaObject:Lsun/tools/java/Identifier;
            if_acmpne 34
        31: .line 191
            iload 3 /* typeCode */
            iload 7 /* constant */
            invokestatic sun.rmi.rmic.iiop.IDLNames.getTypeName:(IZ)Ljava/lang/String;
            astore 5 /* idlName */
        32: .line 192
            aconst_null
            astore 6 /* idlModuleName */
        33: .line 194
            goto 40
        34: .line 202
      StackMap locals:
      StackMap stack:
            aload 4 /* id */
            aload 0 /* this */
            getfield sun.rmi.rmic.iiop.SpecialInterfaceType.env:Lsun/rmi/rmic/iiop/BatchEnvironment;
            invokestatic sun.rmi.rmic.iiop.IDLNames.getClassOrInterfaceName:(Lsun/tools/java/Identifier;Lsun/rmi/rmic/iiop/BatchEnvironment;)Ljava/lang/String;
            astore 5 /* idlName */
        35: .line 203
            aload 4 /* id */
            aload 0 /* this */
            invokevirtual sun.rmi.rmic.iiop.SpecialInterfaceType.isBoxed:()Z
            aload 0 /* this */
            getfield sun.rmi.rmic.iiop.SpecialInterfaceType.env:Lsun/rmi/rmic/iiop/BatchEnvironment;
            invokestatic sun.rmi.rmic.iiop.IDLNames.getModuleNames:(Lsun/tools/java/Identifier;ZLsun/rmi/rmic/iiop/BatchEnvironment;)[Ljava/lang/String;
            astore 6 /* idlModuleName */
        36: .line 205
            goto 40
      StackMap locals:
      StackMap stack: java.lang.Exception
        37: astore 8 /* e */
        start local 8 // java.lang.Exception e
        38: .line 206
            bipush 7
            iconst_0
            aload 2 /* stack */
            aload 4 /* id */
            invokevirtual sun.tools.java.Identifier.toString:()Ljava/lang/String;
            aload 8 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokestatic sun.rmi.rmic.iiop.SpecialInterfaceType.failedConstraint:(IZLsun/rmi/rmic/iiop/ContextStack;Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
        39: .line 207
            new sun.tools.java.CompilerError
            dup
            ldc ""
            invokespecial sun.tools.java.CompilerError.<init>:(Ljava/lang/String;)V
            athrow
        end local 8 // java.lang.Exception e
        40: .line 213
      StackMap locals:
      StackMap stack:
            iload 3 /* typeCode */
            ifne 42
        41: .line 214
            iconst_0
            ireturn
        42: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* typeCode */
            ldc 536870912
            ior
            ldc 134217728
            ior
            ldc 33554432
            ior
            invokevirtual sun.rmi.rmic.iiop.SpecialInterfaceType.setTypeCode:(I)V
        43: .line 223
            aload 5 /* idlName */
            ifnonnull 45
        44: .line 224
            new sun.tools.java.CompilerError
            dup
            ldc "Not a special type"
            invokespecial sun.tools.java.CompilerError.<init>:(Ljava/lang/String;)V
            athrow
        45: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* id */
            aload 6 /* idlModuleName */
            aload 5 /* idlName */
            invokevirtual sun.rmi.rmic.iiop.SpecialInterfaceType.setNames:(Lsun/tools/java/Identifier;[Ljava/lang/String;Ljava/lang/String;)V
        46: .line 231
            aload 0 /* this */
            aconst_null
            aconst_null
            aconst_null
            aload 2 /* stack */
            iconst_0
            invokevirtual sun.rmi.rmic.iiop.SpecialInterfaceType.initialize:(Ljava/util/Vector;Ljava/util/Vector;Ljava/util/Vector;Lsun/rmi/rmic/iiop/ContextStack;Z)Z
            ireturn
        end local 7 // boolean constant
        end local 6 // java.lang.String[] idlModuleName
        end local 5 // java.lang.String idlName
        end local 4 // sun.tools.java.Identifier id
        end local 3 // int typeCode
        end local 2 // sun.rmi.rmic.iiop.ContextStack stack
        end local 1 // sun.tools.java.Type type
        end local 0 // sun.rmi.rmic.iiop.SpecialInterfaceType this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   47     0           this  Lsun/rmi/rmic/iiop/SpecialInterfaceType;
            0   47     1           type  Lsun/tools/java/Type;
            0   47     2          stack  Lsun/rmi/rmic/iiop/ContextStack;
            1   47     3       typeCode  I
            2   47     4             id  Lsun/tools/java/Identifier;
            3   47     5        idlName  Ljava/lang/String;
            4   47     6  idlModuleName  [Ljava/lang/String;
            7   47     7       constant  Z
           38   40     8              e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          34    36      37  Class java.lang.Exception
    MethodParameters:
       Name  Flags
      type   
      stack  
}
SourceFile: "SpecialInterfaceType.java"