public class org.eclipse.jdt.core.dom.IntersectionType extends org.eclipse.jdt.core.dom.Type
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.core.dom.IntersectionType
  super_class: org.eclipse.jdt.core.dom.Type
{
  public static final org.eclipse.jdt.core.dom.ChildListPropertyDescriptor TYPES_PROPERTY;
    descriptor: Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final java.util.List PROPERTY_DESCRIPTORS_8_0;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private org.eclipse.jdt.core.dom.ASTNode$NodeList types;
    descriptor: Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=1, args_size=0
         0: .line 40
            new org.eclipse.jdt.core.dom.ChildListPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/IntersectionType;
            ldc "types"
            ldc Lorg/eclipse/jdt/core/dom/Type;
            iconst_1
            invokespecial org.eclipse.jdt.core.dom.ChildListPropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Z)V
         1: .line 39
            putstatic org.eclipse.jdt.core.dom.IntersectionType.TYPES_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
         2: .line 50
            new java.util.ArrayList
            dup
            iconst_2
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* propertyList */
        start local 0 // java.util.List propertyList
         3: .line 51
            ldc Lorg/eclipse/jdt/core/dom/IntersectionType;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.IntersectionType.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
         4: .line 52
            getstatic org.eclipse.jdt.core.dom.IntersectionType.TYPES_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.IntersectionType.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
         5: .line 53
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.IntersectionType.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.IntersectionType.PROPERTY_DESCRIPTORS_8_0:Ljava/util/List;
        end local 0 // java.util.List propertyList
         6: .line 54
            return
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            3    6     0  propertyList  Ljava/util/List;

  public static java.util.List propertyDescriptors(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int apiLevel
         0: .line 66
            getstatic org.eclipse.jdt.core.dom.IntersectionType.PROPERTY_DESCRIPTORS_8_0:Ljava/util/List;
            areturn
        end local 0 // int apiLevel
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  apiLevel  I
    MethodParameters:
          Name  Flags
      apiLevel  

  void <init>(org.eclipse.jdt.core.dom.AST);
    descriptor: (Lorg/eclipse/jdt/core/dom/AST;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.IntersectionType this
        start local 1 // org.eclipse.jdt.core.dom.AST ast
         0: .line 84
            aload 0 /* this */
            aload 1 /* ast */
            invokespecial org.eclipse.jdt.core.dom.Type.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
         1: .line 72
            aload 0 /* this */
            new org.eclipse.jdt.core.dom.ASTNode$NodeList
            dup
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.IntersectionType.TYPES_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            invokespecial org.eclipse.jdt.core.dom.ASTNode$NodeList.<init>:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;)V
            putfield org.eclipse.jdt.core.dom.IntersectionType.types:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
         2: .line 85
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.IntersectionType.unsupportedIn2_3_4:()V
         3: .line 86
            return
        end local 1 // org.eclipse.jdt.core.dom.AST ast
        end local 0 // org.eclipse.jdt.core.dom.IntersectionType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/core/dom/IntersectionType;
            0    4     1   ast  Lorg/eclipse/jdt/core/dom/AST;
    MethodParameters:
      Name  Flags
      ast   

  final java.util.List internalStructuralPropertiesForType(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.IntersectionType this
        start local 1 // int apiLevel
         0: .line 90
            iload 1 /* apiLevel */
            invokestatic org.eclipse.jdt.core.dom.IntersectionType.propertyDescriptors:(I)Ljava/util/List;
            areturn
        end local 1 // int apiLevel
        end local 0 // org.eclipse.jdt.core.dom.IntersectionType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jdt/core/dom/IntersectionType;
            0    1     1  apiLevel  I
    MethodParameters:
          Name  Flags
      apiLevel  

  final java.util.List internalGetChildListProperty(org.eclipse.jdt.core.dom.ChildListPropertyDescriptor);
    descriptor: (Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;)Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.IntersectionType this
        start local 1 // org.eclipse.jdt.core.dom.ChildListPropertyDescriptor property
         0: .line 95
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.IntersectionType.TYPES_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            if_acmpne 2
         1: .line 96
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.IntersectionType.types:()Ljava/util/List;
            areturn
         2: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            invokespecial org.eclipse.jdt.core.dom.Type.internalGetChildListProperty:(Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;)Ljava/util/List;
            areturn
        end local 1 // org.eclipse.jdt.core.dom.ChildListPropertyDescriptor property
        end local 0 // org.eclipse.jdt.core.dom.IntersectionType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/jdt/core/dom/IntersectionType;
            0    3     1  property  Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
    MethodParameters:
          Name  Flags
      property  

  final int getNodeType0();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.IntersectionType this
         0: .line 104
            bipush 87
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.IntersectionType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/IntersectionType;

  org.eclipse.jdt.core.dom.ASTNode clone0(org.eclipse.jdt.core.dom.AST);
    descriptor: (Lorg/eclipse/jdt/core/dom/AST;)Lorg/eclipse/jdt/core/dom/ASTNode;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.IntersectionType this
        start local 1 // org.eclipse.jdt.core.dom.AST target
         0: .line 109
            new org.eclipse.jdt.core.dom.IntersectionType
            dup
            aload 1 /* target */
            invokespecial org.eclipse.jdt.core.dom.IntersectionType.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
            astore 2 /* result */
        start local 2 // org.eclipse.jdt.core.dom.IntersectionType result
         1: .line 110
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.IntersectionType.getStartPosition:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.IntersectionType.getLength:()I
            invokevirtual org.eclipse.jdt.core.dom.IntersectionType.setSourceRange:(II)V
         2: .line 111
            aload 2 /* result */
            invokevirtual org.eclipse.jdt.core.dom.IntersectionType.types:()Ljava/util/List;
         3: .line 112
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.IntersectionType.types:()Ljava/util/List;
            invokestatic org.eclipse.jdt.core.dom.ASTNode.copySubtrees:(Lorg/eclipse/jdt/core/dom/AST;Ljava/util/List;)Ljava/util/List;
         4: .line 111
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         5: .line 113
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.jdt.core.dom.IntersectionType result
        end local 1 // org.eclipse.jdt.core.dom.AST target
        end local 0 // org.eclipse.jdt.core.dom.IntersectionType this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jdt/core/dom/IntersectionType;
            0    6     1  target  Lorg/eclipse/jdt/core/dom/AST;
            1    6     2  result  Lorg/eclipse/jdt/core/dom/IntersectionType;
    MethodParameters:
        Name  Flags
      target  

  final boolean subtreeMatch0(org.eclipse.jdt.core.dom.ASTMatcher, java.lang.Object);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTMatcher;Ljava/lang/Object;)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.core.dom.IntersectionType this
        start local 1 // org.eclipse.jdt.core.dom.ASTMatcher matcher
        start local 2 // java.lang.Object other
         0: .line 119
            aload 1 /* matcher */
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.jdt.core.dom.ASTMatcher.match:(Lorg/eclipse/jdt/core/dom/IntersectionType;Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.Object other
        end local 1 // org.eclipse.jdt.core.dom.ASTMatcher matcher
        end local 0 // org.eclipse.jdt.core.dom.IntersectionType this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/core/dom/IntersectionType;
            0    1     1  matcher  Lorg/eclipse/jdt/core/dom/ASTMatcher;
            0    1     2    other  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      matcher  
      other    

  void accept0(org.eclipse.jdt.core.dom.ASTVisitor);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTVisitor;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.IntersectionType this
        start local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
         0: .line 124
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.visit:(Lorg/eclipse/jdt/core/dom/IntersectionType;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 125
            iload 2 /* visitChildren */
            ifeq 3
         2: .line 127
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.IntersectionType.types:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.IntersectionType.acceptChildren:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;)V
         3: .line 129
      StackMap locals: int
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.endVisit:(Lorg/eclipse/jdt/core/dom/IntersectionType;)V
         4: .line 130
            return
        end local 2 // boolean visitChildren
        end local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.core.dom.IntersectionType this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/jdt/core/dom/IntersectionType;
            0    5     1        visitor  Lorg/eclipse/jdt/core/dom/ASTVisitor;
            1    5     2  visitChildren  Z
    MethodParameters:
         Name  Flags
      visitor  

  public java.util.List types();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.IntersectionType this
         0: .line 142
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.IntersectionType.types:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.IntersectionType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/IntersectionType;

  int memSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.IntersectionType this
         0: .line 147
            bipush 44
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.IntersectionType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/IntersectionType;

  int treeSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.IntersectionType this
         0: .line 153
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.IntersectionType.memSize:()I
         1: .line 154
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.IntersectionType.types:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.ASTNode$NodeList.listSize:()I
         2: .line 153
            iadd
         3: .line 152
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.IntersectionType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/core/dom/IntersectionType;
}
SourceFile: "IntersectionType.java"
InnerClasses:
  NodeList = org.eclipse.jdt.core.dom.ASTNode$NodeList of org.eclipse.jdt.core.dom.ASTNode