public class com.sun.tools.javac.code.Type$IntersectionClassType extends com.sun.tools.javac.code.Type$ClassType implements javax.lang.model.type.IntersectionType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.code.Type$IntersectionClassType
  super_class: com.sun.tools.javac.code.Type$ClassType
{
  public boolean allInterfaces;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public void <init>(com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>, com.sun.tools.javac.code.Symbol$ClassSymbol, );
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
        start local 1 // com.sun.tools.javac.util.List bounds
        start local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol csym
        start local 3 // boolean allInterfaces
         0: .line 1246
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            aload 2 /* csym */
            invokespecial com.sun.tools.javac.code.Type$ClassType.<init>:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
         1: .line 1247
            aload 0 /* this */
            iload 3 /* allInterfaces */
            putfield com.sun.tools.javac.code.Type$IntersectionClassType.allInterfaces:Z
         2: .line 1248
            aload 2 /* csym */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 16777216
            land
            lconst_0
            lcmp
            ifeq 3
            iconst_1
            goto 4
      StackMap locals: com.sun.tools.javac.code.Type$IntersectionClassType com.sun.tools.javac.util.List com.sun.tools.javac.code.Symbol$ClassSymbol int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         5: .line 1249
            aload 0 /* this */
            aload 1 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            putfield com.sun.tools.javac.code.Type$IntersectionClassType.supertype_field:Lcom/sun/tools/javac/code/Type;
         6: .line 1250
            aload 0 /* this */
            aload 1 /* bounds */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.code.Type$IntersectionClassType.interfaces_field:Lcom/sun/tools/javac/util/List;
         7: .line 1251
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Type$IntersectionClassType.supertype_field:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.isCompleted:()Z
            ifeq 9
         8: .line 1252
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Type$IntersectionClassType.supertype_field:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isInterface:()Z
            ifeq 9
            iconst_0
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_1
      StackMap locals:
      StackMap stack: int
        10: aload 0 /* this */
            getfield com.sun.tools.javac.code.Type$IntersectionClassType.supertype_field:Lcom/sun/tools/javac/code/Type;
        11: .line 1251
            invokestatic com.sun.tools.javac.util.Assert.check:(ZLjava/lang/Object;)V
        12: .line 1253
            return
        end local 3 // boolean allInterfaces
        end local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol csym
        end local 1 // com.sun.tools.javac.util.List bounds
        end local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lcom/sun/tools/javac/code/Type$IntersectionClassType;
            0   13     1         bounds  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0   13     2           csym  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            0   13     3  allInterfaces  Z
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;Z)V
    MethodParameters:
               Name  Flags
      bounds         
      csym           
      allInterfaces  

  public com.sun.tools.javac.code.Type$IntersectionClassType cloneWithMetadata(com.sun.tools.javac.code.TypeMetadata);
    descriptor: (Lcom/sun/tools/javac/code/TypeMetadata;)Lcom/sun/tools/javac/code/Type$IntersectionClassType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
        start local 1 // com.sun.tools.javac.code.TypeMetadata md
         0: .line 1257
            new java.lang.AssertionError
            dup
            ldc "Cannot add metadata to an intersection type"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // com.sun.tools.javac.code.TypeMetadata md
        end local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Type$IntersectionClassType;
            0    1     1    md  Lcom/sun/tools/javac/code/TypeMetadata;
    MethodParameters:
      Name  Flags
      md    

  public java.util.List<? extends javax.lang.model.type.TypeMirror> getBounds();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
         0: .line 1262
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Type$IntersectionClassType.getExplicitComponents:()Lcom/sun/tools/javac/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Type$IntersectionClassType;
    Signature: ()Ljava/util/List<+Ljavax/lang/model/type/TypeMirror;>;

  public boolean isCompound();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
         0: .line 1267
            iconst_1
            ireturn
        end local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Type$IntersectionClassType;

  public com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> getComponents();
    descriptor: ()Lcom/sun/tools/javac/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
         0: .line 1271
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Type$IntersectionClassType.interfaces_field:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Type$IntersectionClassType.supertype_field:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            areturn
        end local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Type$IntersectionClassType;
    Signature: ()Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;

  public boolean isIntersection();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
         0: .line 1276
            iconst_1
            ireturn
        end local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Type$IntersectionClassType;

  public com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> getExplicitComponents();
    descriptor: ()Lcom/sun/tools/javac/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
         0: .line 1280
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Type$IntersectionClassType.allInterfaces:Z
            ifeq 2
         1: .line 1281
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Type$IntersectionClassType.interfaces_field:Lcom/sun/tools/javac/util/List;
            goto 3
         2: .line 1282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Type$IntersectionClassType.getComponents:()Lcom/sun/tools/javac/util/List;
         3: .line 1280
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.List
            areturn
        end local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/code/Type$IntersectionClassType;
    Signature: ()Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;

  public javax.lang.model.type.TypeKind getKind();
    descriptor: ()Ljavax/lang/model/type/TypeKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
         0: .line 1287
            getstatic javax.lang.model.type.TypeKind.INTERSECTION:Ljavax/lang/model/type/TypeKind;
            areturn
        end local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Type$IntersectionClassType;

  public <R, P> R accept(javax.lang.model.type.TypeVisitor<R, P>, );
    descriptor: (Ljavax/lang/model/type/TypeVisitor;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
        start local 1 // javax.lang.model.type.TypeVisitor v
        start local 2 // java.lang.Object p
         0: .line 1292
            aload 1 /* v */
            aload 0 /* this */
            aload 2 /* p */
            invokeinterface javax.lang.model.type.TypeVisitor.visitIntersection:(Ljavax/lang/model/type/IntersectionType;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object p
        end local 1 // javax.lang.model.type.TypeVisitor v
        end local 0 // com.sun.tools.javac.code.Type$IntersectionClassType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Type$IntersectionClassType;
            0    1     1     v  Ljavax/lang/model/type/TypeVisitor<TR;TP;>;
            0    1     2     p  TP;
    Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Ljavax/lang/model/type/TypeVisitor<TR;TP;>;TP;)TR;
    MethodParameters:
      Name  Flags
      v     
      p     

  public com.sun.tools.javac.code.Type$ClassType cloneWithMetadata(com.sun.tools.javac.code.TypeMetadata);
    descriptor: (Lcom/sun/tools/javac/code/TypeMetadata;)Lcom/sun/tools/javac/code/Type$ClassType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.sun.tools.javac.code.Type$IntersectionClassType.cloneWithMetadata:(Lcom/sun/tools/javac/code/TypeMetadata;)Lcom/sun/tools/javac/code/Type$IntersectionClassType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.tools.javac.code.Type cloneWithMetadata(com.sun.tools.javac.code.TypeMetadata);
    descriptor: (Lcom/sun/tools/javac/code/TypeMetadata;)Lcom/sun/tools/javac/code/Type;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.sun.tools.javac.code.Type$IntersectionClassType.cloneWithMetadata:(Lcom/sun/tools/javac/code/TypeMetadata;)Lcom/sun/tools/javac/code/Type$IntersectionClassType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Type.java"
NestHost: com.sun.tools.javac.code.Type
InnerClasses:
  public ClassSymbol = com.sun.tools.javac.code.Symbol$ClassSymbol of com.sun.tools.javac.code.Symbol
  public abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol of com.sun.tools.javac.code.Symbol
  public ClassType = com.sun.tools.javac.code.Type$ClassType of com.sun.tools.javac.code.Type
  public IntersectionClassType = com.sun.tools.javac.code.Type$IntersectionClassType of com.sun.tools.javac.code.Type