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

  public static final org.eclipse.jdt.core.dom.SimplePropertyDescriptor ON_DEMAND_PROPERTY;
    descriptor: Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.jdt.core.dom.SimplePropertyDescriptor STATIC_PROPERTY;
    descriptor: Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

  private org.eclipse.jdt.core.dom.Name importName;
    descriptor: Lorg/eclipse/jdt/core/dom/Name;
    flags: (0x0002) ACC_PRIVATE

  private boolean onDemand;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean isStatic;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=1, args_size=0
         0: .line 38
            new org.eclipse.jdt.core.dom.ChildPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            ldc "name"
            ldc Lorg/eclipse/jdt/core/dom/Name;
            iconst_1
            iconst_0
            invokespecial org.eclipse.jdt.core.dom.ChildPropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;ZZ)V
         1: .line 37
            putstatic org.eclipse.jdt.core.dom.ImportDeclaration.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         2: .line 45
            new org.eclipse.jdt.core.dom.SimplePropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            ldc "onDemand"
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            iconst_1
            invokespecial org.eclipse.jdt.core.dom.SimplePropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Z)V
         3: .line 44
            putstatic org.eclipse.jdt.core.dom.ImportDeclaration.ON_DEMAND_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
         4: .line 52
            new org.eclipse.jdt.core.dom.SimplePropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            ldc "static"
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            iconst_1
            invokespecial org.eclipse.jdt.core.dom.SimplePropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Z)V
         5: .line 51
            putstatic org.eclipse.jdt.core.dom.ImportDeclaration.STATIC_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
         6: .line 71
            new java.util.ArrayList
            dup
            iconst_3
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* properyList */
        start local 0 // java.util.List properyList
         7: .line 72
            ldc Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.ImportDeclaration.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
         8: .line 73
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.ImportDeclaration.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
         9: .line 74
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.ON_DEMAND_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.ImportDeclaration.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        10: .line 75
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.ImportDeclaration.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.ImportDeclaration.PROPERTY_DESCRIPTORS_2_0:Ljava/util/List;
        11: .line 77
            new java.util.ArrayList
            dup
            iconst_4
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* properyList */
        12: .line 78
            ldc Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.ImportDeclaration.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
        13: .line 79
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.STATIC_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.ImportDeclaration.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        14: .line 80
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.ImportDeclaration.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        15: .line 81
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.ON_DEMAND_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.ImportDeclaration.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        16: .line 82
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.ImportDeclaration.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.ImportDeclaration.PROPERTY_DESCRIPTORS_3_0:Ljava/util/List;
        end local 0 // java.util.List properyList
        17: .line 83
            return
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            7   17     0  properyList  Ljava/util/List;

  public static java.util.List propertyDescriptors(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int apiLevel
         0: .line 97
            iload 0 /* apiLevel */
            iconst_2
            if_icmpne 2
         1: .line 98
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.PROPERTY_DESCRIPTORS_2_0:Ljava/util/List;
            areturn
         2: .line 100
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.PROPERTY_DESCRIPTORS_3_0:Ljava/util/List;
            areturn
        end local 0 // int apiLevel
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     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=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
        start local 1 // org.eclipse.jdt.core.dom.AST ast
         0: .line 135
            aload 0 /* this */
            aload 1 /* ast */
            invokespecial org.eclipse.jdt.core.dom.ASTNode.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
         1: .line 108
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.ImportDeclaration.importName:Lorg/eclipse/jdt/core/dom/Name;
         2: .line 113
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.core.dom.ImportDeclaration.onDemand:Z
         3: .line 120
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.core.dom.ImportDeclaration.isStatic:Z
         4: .line 136
            return
        end local 1 // org.eclipse.jdt.core.dom.AST ast
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            0    5     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.ImportDeclaration this
        start local 1 // int apiLevel
         0: .line 140
            iload 1 /* apiLevel */
            invokestatic org.eclipse.jdt.core.dom.ImportDeclaration.propertyDescriptors:(I)Ljava/util/List;
            areturn
        end local 1 // int apiLevel
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            0    1     1  apiLevel  I
    MethodParameters:
          Name  Flags
      apiLevel  

  final boolean internalGetSetBooleanProperty(org.eclipse.jdt.core.dom.SimplePropertyDescriptor, boolean, boolean);
    descriptor: (Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;ZZ)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
        start local 1 // org.eclipse.jdt.core.dom.SimplePropertyDescriptor property
        start local 2 // boolean get
        start local 3 // boolean value
         0: .line 145
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.ON_DEMAND_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            if_acmpne 5
         1: .line 146
            iload 2 /* get */
            ifeq 3
         2: .line 147
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.isOnDemand:()Z
            ireturn
         3: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* value */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.setOnDemand:(Z)V
         4: .line 150
            iconst_0
            ireturn
         5: .line 153
      StackMap locals:
      StackMap stack:
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.STATIC_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            if_acmpne 10
         6: .line 154
            iload 2 /* get */
            ifeq 8
         7: .line 155
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.isStatic:()Z
            ireturn
         8: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* value */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.setStatic:(Z)V
         9: .line 158
            iconst_0
            ireturn
        10: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            iload 2 /* get */
            iload 3 /* value */
            invokespecial org.eclipse.jdt.core.dom.ASTNode.internalGetSetBooleanProperty:(Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;ZZ)Z
            ireturn
        end local 3 // boolean value
        end local 2 // boolean get
        end local 1 // org.eclipse.jdt.core.dom.SimplePropertyDescriptor property
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            0   11     1  property  Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            0   11     2       get  Z
            0   11     3     value  Z
    MethodParameters:
          Name  Flags
      property  
      get       
      value     

  final org.eclipse.jdt.core.dom.ASTNode internalGetSetChildProperty(org.eclipse.jdt.core.dom.ChildPropertyDescriptor, boolean, org.eclipse.jdt.core.dom.ASTNode);
    descriptor: (Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;ZLorg/eclipse/jdt/core/dom/ASTNode;)Lorg/eclipse/jdt/core/dom/ASTNode;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
        start local 1 // org.eclipse.jdt.core.dom.ChildPropertyDescriptor property
        start local 2 // boolean get
        start local 3 // org.eclipse.jdt.core.dom.ASTNode child
         0: .line 167
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 5
         1: .line 168
            iload 2 /* get */
            ifeq 3
         2: .line 169
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.getName:()Lorg/eclipse/jdt/core/dom/Name;
            areturn
         3: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.Name
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.setName:(Lorg/eclipse/jdt/core/dom/Name;)V
         4: .line 172
            aconst_null
            areturn
         5: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            iload 2 /* get */
            aload 3 /* child */
            invokespecial org.eclipse.jdt.core.dom.ASTNode.internalGetSetChildProperty:(Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;ZLorg/eclipse/jdt/core/dom/ASTNode;)Lorg/eclipse/jdt/core/dom/ASTNode;
            areturn
        end local 3 // org.eclipse.jdt.core.dom.ASTNode child
        end local 2 // boolean get
        end local 1 // org.eclipse.jdt.core.dom.ChildPropertyDescriptor property
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            0    6     1  property  Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            0    6     2       get  Z
            0    6     3     child  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
          Name  Flags
      property  
      get       
      child     

  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.ImportDeclaration this
         0: .line 181
            bipush 26
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;

  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.ImportDeclaration this
        start local 1 // org.eclipse.jdt.core.dom.AST target
         0: .line 186
            new org.eclipse.jdt.core.dom.ImportDeclaration
            dup
            aload 1 /* target */
            invokespecial org.eclipse.jdt.core.dom.ImportDeclaration.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
            astore 2 /* result */
        start local 2 // org.eclipse.jdt.core.dom.ImportDeclaration result
         1: .line 187
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.getStartPosition:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.getLength:()I
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.setSourceRange:(II)V
         2: .line 188
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.isOnDemand:()Z
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.setOnDemand:(Z)V
         3: .line 189
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.ast:Lorg/eclipse/jdt/core/dom/AST;
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            iconst_3
            if_icmplt 5
         4: .line 190
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.isStatic:()Z
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.setStatic:(Z)V
         5: .line 192
      StackMap locals: org.eclipse.jdt.core.dom.ImportDeclaration
      StackMap stack:
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.getName:()Lorg/eclipse/jdt/core/dom/Name;
            aload 1 /* target */
            invokevirtual org.eclipse.jdt.core.dom.Name.clone:(Lorg/eclipse/jdt/core/dom/AST;)Lorg/eclipse/jdt/core/dom/ASTNode;
            checkcast org.eclipse.jdt.core.dom.Name
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.setName:(Lorg/eclipse/jdt/core/dom/Name;)V
         6: .line 193
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.jdt.core.dom.ImportDeclaration result
        end local 1 // org.eclipse.jdt.core.dom.AST target
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            0    7     1  target  Lorg/eclipse/jdt/core/dom/AST;
            1    7     2  result  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
    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.ImportDeclaration this
        start local 1 // org.eclipse.jdt.core.dom.ASTMatcher matcher
        start local 2 // java.lang.Object other
         0: .line 199
            aload 1 /* matcher */
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.jdt.core.dom.ASTMatcher.match:(Lorg/eclipse/jdt/core/dom/ImportDeclaration;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.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            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.ImportDeclaration this
        start local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
         0: .line 204
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.visit:(Lorg/eclipse/jdt/core/dom/ImportDeclaration;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 205
            iload 2 /* visitChildren */
            ifeq 3
         2: .line 206
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.getName:()Lorg/eclipse/jdt/core/dom/Name;
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.acceptChild:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode;)V
         3: .line 208
      StackMap locals: int
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.endVisit:(Lorg/eclipse/jdt/core/dom/ImportDeclaration;)V
         4: .line 209
            return
        end local 2 // boolean visitChildren
        end local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            0    5     1        visitor  Lorg/eclipse/jdt/core/dom/ASTVisitor;
            1    5     2  visitChildren  Z
    MethodParameters:
         Name  Flags
      visitor  

  public org.eclipse.jdt.core.dom.Name getName();
    descriptor: ()Lorg/eclipse/jdt/core/dom/Name;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
         0: .line 224
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.importName:Lorg/eclipse/jdt/core/dom/Name;
            ifnonnull 12
         1: .line 226
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 227
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.importName:Lorg/eclipse/jdt/core/dom/Name;
            ifnonnull 8
         3: .line 228
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.preLazyInit:()V
         4: .line 229
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.ast:Lorg/eclipse/jdt/core/dom/AST;
         5: .line 230
            new org.eclipse.jdt.core.dom.SimpleName
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.ast:Lorg/eclipse/jdt/core/dom/AST;
            invokespecial org.eclipse.jdt.core.dom.SimpleName.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
            new org.eclipse.jdt.core.dom.SimpleName
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.ast:Lorg/eclipse/jdt/core/dom/AST;
            invokespecial org.eclipse.jdt.core.dom.SimpleName.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
         6: .line 229
            invokevirtual org.eclipse.jdt.core.dom.AST.newQualifiedName:(Lorg/eclipse/jdt/core/dom/Name;Lorg/eclipse/jdt/core/dom/SimpleName;)Lorg/eclipse/jdt/core/dom/QualifiedName;
            putfield org.eclipse.jdt.core.dom.ImportDeclaration.importName:Lorg/eclipse/jdt/core/dom/Name;
         7: .line 231
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.importName:Lorg/eclipse/jdt/core/dom/Name;
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.postLazyInit:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         8: .line 226
      StackMap locals: org.eclipse.jdt.core.dom.ImportDeclaration
      StackMap stack:
            aload 1
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 1
            monitorexit
        11: athrow
        12: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.importName:Lorg/eclipse/jdt/core/dom/Name;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
      Exception table:
        from    to  target  type
           2     9      10  any
          10    11      10  any

  public void setName(org.eclipse.jdt.core.dom.Name);
    descriptor: (Lorg/eclipse/jdt/core/dom/Name;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
        start local 1 // org.eclipse.jdt.core.dom.Name name
         0: .line 256
            aload 1 /* name */
            ifnonnull 2
         1: .line 257
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.importName:Lorg/eclipse/jdt/core/dom/Name;
            astore 2 /* oldChild */
        start local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
         3: .line 260
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* name */
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.preReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         4: .line 261
            aload 0 /* this */
            aload 1 /* name */
            putfield org.eclipse.jdt.core.dom.ImportDeclaration.importName:Lorg/eclipse/jdt/core/dom/Name;
         5: .line 262
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* name */
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.postReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         6: .line 263
            return
        end local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
        end local 1 // org.eclipse.jdt.core.dom.Name name
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            0    7     1      name  Lorg/eclipse/jdt/core/dom/Name;
            3    7     2  oldChild  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
      Name  Flags
      name  

  public boolean isOnDemand();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
         0: .line 273
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.onDemand:Z
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;

  public void setOnDemand(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
        start local 1 // boolean onDemand
         0: .line 284
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.ON_DEMAND_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.preValueChange:(Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;)V
         1: .line 285
            aload 0 /* this */
            iload 1 /* onDemand */
            putfield org.eclipse.jdt.core.dom.ImportDeclaration.onDemand:Z
         2: .line 286
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.ON_DEMAND_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.postValueChange:(Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;)V
         3: .line 287
            return
        end local 1 // boolean onDemand
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            0    4     1  onDemand  Z
    MethodParameters:
          Name  Flags
      onDemand  

  public boolean isStatic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
         0: .line 299
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.unsupportedIn2:()V
         1: .line 300
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.isStatic:Z
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;

  public void setStatic(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
        start local 1 // boolean isStatic
         0: .line 313
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.unsupportedIn2:()V
         1: .line 314
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.STATIC_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.preValueChange:(Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;)V
         2: .line 315
            aload 0 /* this */
            iload 1 /* isStatic */
            putfield org.eclipse.jdt.core.dom.ImportDeclaration.isStatic:Z
         3: .line 316
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.ImportDeclaration.STATIC_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.postValueChange:(Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;)V
         4: .line 317
            return
        end local 1 // boolean isStatic
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
            0    5     1  isStatic  Z
    MethodParameters:
          Name  Flags
      isStatic  

  public org.eclipse.jdt.core.dom.IBinding resolveBinding();
    descriptor: ()Lorg/eclipse/jdt/core/dom/IBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
         0: .line 343
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.ast:Lorg/eclipse/jdt/core/dom/AST;
            invokevirtual org.eclipse.jdt.core.dom.AST.getBindingResolver:()Lorg/eclipse/jdt/core/dom/BindingResolver;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.BindingResolver.resolveImport:(Lorg/eclipse/jdt/core/dom/ImportDeclaration;)Lorg/eclipse/jdt/core/dom/IBinding;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;

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

  int treeSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
         0: .line 354
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.memSize:()I
         1: .line 355
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ImportDeclaration.importName:Lorg/eclipse/jdt/core/dom/Name;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ImportDeclaration.getName:()Lorg/eclipse/jdt/core/dom/Name;
            invokevirtual org.eclipse.jdt.core.dom.Name.treeSize:()I
         3: .line 354
      StackMap locals: org.eclipse.jdt.core.dom.ImportDeclaration
      StackMap stack: int int
            iadd
         4: .line 353
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.ImportDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
}
SourceFile: "ImportDeclaration.java"