public abstract class org.eclipse.jdt.internal.core.AbstractClassFile extends org.eclipse.jdt.internal.core.Openable implements org.eclipse.jdt.core.IClassFile, org.eclipse.jdt.internal.compiler.util.SuffixConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.internal.core.AbstractClassFile
  super_class: org.eclipse.jdt.internal.core.Openable
{
  protected java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected void <init>(org.eclipse.jdt.internal.core.PackageFragment, java.lang.String);
    descriptor: (Lorg/eclipse/jdt/internal/core/PackageFragment;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // org.eclipse.jdt.internal.core.PackageFragment parent
        start local 2 // java.lang.String nameWithoutExtension
         0: .line 50
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial org.eclipse.jdt.internal.core.Openable.<init>:(Lorg/eclipse/jdt/internal/core/JavaElement;)V
         1: .line 51
            aload 0 /* this */
            aload 2 /* nameWithoutExtension */
            putfield org.eclipse.jdt.internal.core.AbstractClassFile.name:Ljava/lang/String;
         2: .line 52
            return
        end local 2 // java.lang.String nameWithoutExtension
        end local 1 // org.eclipse.jdt.internal.core.PackageFragment parent
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0    3     1                parent  Lorg/eclipse/jdt/internal/core/PackageFragment;
            0    3     2  nameWithoutExtension  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      parent                
      nameWithoutExtension  

  public org.eclipse.jdt.core.ICompilationUnit becomeWorkingCopy(org.eclipse.jdt.core.IProblemRequestor, org.eclipse.jdt.core.WorkingCopyOwner, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (Lorg/eclipse/jdt/core/IProblemRequestor;Lorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/ICompilationUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // org.eclipse.jdt.core.IProblemRequestor problemRequestor
        start local 2 // org.eclipse.jdt.core.WorkingCopyOwner owner
        start local 3 // org.eclipse.core.runtime.IProgressMonitor monitor
         0: .line 59
            invokestatic org.eclipse.jdt.internal.core.JavaModelManager.getJavaModelManager:()Lorg/eclipse/jdt/internal/core/JavaModelManager;
            astore 4 /* manager */
        start local 4 // org.eclipse.jdt.internal.core.JavaModelManager manager
         1: .line 60
            new org.eclipse.jdt.internal.core.ClassFileWorkingCopy
            dup
            aload 0 /* this */
            aload 2 /* owner */
            ifnonnull 2
            getstatic org.eclipse.jdt.internal.core.DefaultWorkingCopyOwner.PRIMARY:Lorg/eclipse/jdt/internal/core/DefaultWorkingCopyOwner;
            goto 3
      StackMap locals: org.eclipse.jdt.internal.core.AbstractClassFile org.eclipse.jdt.core.IProblemRequestor org.eclipse.jdt.core.WorkingCopyOwner org.eclipse.core.runtime.IProgressMonitor org.eclipse.jdt.internal.core.JavaModelManager
      StackMap stack: new 1 new 1 org.eclipse.jdt.internal.core.AbstractClassFile
         2: aload 2 /* owner */
      StackMap locals: org.eclipse.jdt.internal.core.AbstractClassFile org.eclipse.jdt.core.IProblemRequestor org.eclipse.jdt.core.WorkingCopyOwner org.eclipse.core.runtime.IProgressMonitor org.eclipse.jdt.internal.core.JavaModelManager
      StackMap stack: new 1 new 1 org.eclipse.jdt.internal.core.AbstractClassFile org.eclipse.jdt.core.WorkingCopyOwner
         3: invokespecial org.eclipse.jdt.internal.core.ClassFileWorkingCopy.<init>:(Lorg/eclipse/jdt/internal/core/AbstractClassFile;Lorg/eclipse/jdt/core/WorkingCopyOwner;)V
            astore 5 /* workingCopy */
        start local 5 // org.eclipse.jdt.internal.core.CompilationUnit workingCopy
         4: .line 61
            aload 4 /* manager */
            aload 5 /* workingCopy */
            iconst_0
            iconst_1
            aconst_null
            invokevirtual org.eclipse.jdt.internal.core.JavaModelManager.getPerWorkingCopyInfo:(Lorg/eclipse/jdt/internal/core/CompilationUnit;ZZLorg/eclipse/jdt/core/IProblemRequestor;)Lorg/eclipse/jdt/internal/core/JavaModelManager$PerWorkingCopyInfo;
            astore 6 /* perWorkingCopyInfo */
        start local 6 // org.eclipse.jdt.internal.core.JavaModelManager$PerWorkingCopyInfo perWorkingCopyInfo
         5: .line 62
            aload 6 /* perWorkingCopyInfo */
            ifnonnull 10
         6: .line 64
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.close:()V
         7: .line 66
            new org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation
            dup
            aload 5 /* workingCopy */
            aload 1 /* problemRequestor */
            invokespecial org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation.<init>:(Lorg/eclipse/jdt/internal/core/CompilationUnit;Lorg/eclipse/jdt/core/IProblemRequestor;)V
            astore 7 /* operation */
        start local 7 // org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation operation
         8: .line 67
            aload 7 /* operation */
            aload 3 /* monitor */
            invokevirtual org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation.runOperation:(Lorg/eclipse/core/runtime/IProgressMonitor;)V
         9: .line 69
            aload 5 /* workingCopy */
            areturn
        end local 7 // org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation operation
        10: .line 71
      StackMap locals: org.eclipse.jdt.internal.core.CompilationUnit org.eclipse.jdt.internal.core.JavaModelManager$PerWorkingCopyInfo
      StackMap stack:
            aload 6 /* perWorkingCopyInfo */
            getfield org.eclipse.jdt.internal.core.JavaModelManager$PerWorkingCopyInfo.workingCopy:Lorg/eclipse/jdt/internal/core/CompilationUnit;
            areturn
        end local 6 // org.eclipse.jdt.internal.core.JavaModelManager$PerWorkingCopyInfo perWorkingCopyInfo
        end local 5 // org.eclipse.jdt.internal.core.CompilationUnit workingCopy
        end local 4 // org.eclipse.jdt.internal.core.JavaModelManager manager
        end local 3 // org.eclipse.core.runtime.IProgressMonitor monitor
        end local 2 // org.eclipse.jdt.core.WorkingCopyOwner owner
        end local 1 // org.eclipse.jdt.core.IProblemRequestor problemRequestor
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0                this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0   11     1    problemRequestor  Lorg/eclipse/jdt/core/IProblemRequestor;
            0   11     2               owner  Lorg/eclipse/jdt/core/WorkingCopyOwner;
            0   11     3             monitor  Lorg/eclipse/core/runtime/IProgressMonitor;
            1   11     4             manager  Lorg/eclipse/jdt/internal/core/JavaModelManager;
            4   11     5         workingCopy  Lorg/eclipse/jdt/internal/core/CompilationUnit;
            5   11     6  perWorkingCopyInfo  Lorg/eclipse/jdt/internal/core/JavaModelManager$PerWorkingCopyInfo;
            8   10     7           operation  Lorg/eclipse/jdt/internal/core/BecomeWorkingCopyOperation;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
                  Name  Flags
      problemRequestor  
      owner             
      monitor           

  public void codeComplete(int, org.eclipse.jdt.core.ICompletionRequestor);
    descriptor: (ILorg/eclipse/jdt/core/ICompletionRequestor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // int offset
        start local 2 // org.eclipse.jdt.core.ICompletionRequestor requestor
         0: .line 81
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* requestor */
            getstatic org.eclipse.jdt.internal.core.DefaultWorkingCopyOwner.PRIMARY:Lorg/eclipse/jdt/internal/core/DefaultWorkingCopyOwner;
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.codeComplete:(ILorg/eclipse/jdt/core/ICompletionRequestor;Lorg/eclipse/jdt/core/WorkingCopyOwner;)V
         1: .line 82
            return
        end local 2 // org.eclipse.jdt.core.ICompletionRequestor requestor
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0    2     1     offset  I
            0    2     2  requestor  Lorg/eclipse/jdt/core/ICompletionRequestor;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      offset     
      requestor  

  public void codeComplete(int, org.eclipse.jdt.core.ICompletionRequestor, org.eclipse.jdt.core.WorkingCopyOwner);
    descriptor: (ILorg/eclipse/jdt/core/ICompletionRequestor;Lorg/eclipse/jdt/core/WorkingCopyOwner;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // int offset
        start local 2 // org.eclipse.jdt.core.ICompletionRequestor requestor
        start local 3 // org.eclipse.jdt.core.WorkingCopyOwner owner
         0: .line 90
            aload 2 /* requestor */
            ifnonnull 2
         1: .line 91
            new java.lang.IllegalArgumentException
            dup
            ldc "Completion requestor cannot be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* offset */
            new org.eclipse.jdt.internal.codeassist.CompletionRequestorWrapper
            dup
            aload 2 /* requestor */
            invokespecial org.eclipse.jdt.internal.codeassist.CompletionRequestorWrapper.<init>:(Lorg/eclipse/jdt/core/ICompletionRequestor;)V
            aload 3 /* owner */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.codeComplete:(ILorg/eclipse/jdt/core/CompletionRequestor;Lorg/eclipse/jdt/core/WorkingCopyOwner;)V
         3: .line 94
            return
        end local 3 // org.eclipse.jdt.core.WorkingCopyOwner owner
        end local 2 // org.eclipse.jdt.core.ICompletionRequestor requestor
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0    4     1     offset  I
            0    4     2  requestor  Lorg/eclipse/jdt/core/ICompletionRequestor;
            0    4     3      owner  Lorg/eclipse/jdt/core/WorkingCopyOwner;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      offset     
      requestor  
      owner      

  public void codeComplete(int, org.eclipse.jdt.core.CompletionRequestor);
    descriptor: (ILorg/eclipse/jdt/core/CompletionRequestor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // int offset
        start local 2 // org.eclipse.jdt.core.CompletionRequestor requestor
         0: .line 98
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* requestor */
            getstatic org.eclipse.jdt.internal.core.DefaultWorkingCopyOwner.PRIMARY:Lorg/eclipse/jdt/internal/core/DefaultWorkingCopyOwner;
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.codeComplete:(ILorg/eclipse/jdt/core/CompletionRequestor;Lorg/eclipse/jdt/core/WorkingCopyOwner;)V
         1: .line 99
            return
        end local 2 // org.eclipse.jdt.core.CompletionRequestor requestor
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0    2     1     offset  I
            0    2     2  requestor  Lorg/eclipse/jdt/core/CompletionRequestor;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
           Name  Flags
      offset     
      requestor  

  public void codeComplete(int, org.eclipse.jdt.core.CompletionRequestor, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (ILorg/eclipse/jdt/core/CompletionRequestor;Lorg/eclipse/core/runtime/IProgressMonitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // int offset
        start local 2 // org.eclipse.jdt.core.CompletionRequestor requestor
        start local 3 // org.eclipse.core.runtime.IProgressMonitor monitor
         0: .line 103
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* requestor */
            getstatic org.eclipse.jdt.internal.core.DefaultWorkingCopyOwner.PRIMARY:Lorg/eclipse/jdt/internal/core/DefaultWorkingCopyOwner;
            aload 3 /* monitor */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.codeComplete:(ILorg/eclipse/jdt/core/CompletionRequestor;Lorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/core/runtime/IProgressMonitor;)V
         1: .line 104
            return
        end local 3 // org.eclipse.core.runtime.IProgressMonitor monitor
        end local 2 // org.eclipse.jdt.core.CompletionRequestor requestor
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0    2     1     offset  I
            0    2     2  requestor  Lorg/eclipse/jdt/core/CompletionRequestor;
            0    2     3    monitor  Lorg/eclipse/core/runtime/IProgressMonitor;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
           Name  Flags
      offset     
      requestor  
      monitor    

  public void codeComplete(int, org.eclipse.jdt.core.CompletionRequestor, org.eclipse.jdt.core.WorkingCopyOwner);
    descriptor: (ILorg/eclipse/jdt/core/CompletionRequestor;Lorg/eclipse/jdt/core/WorkingCopyOwner;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // int offset
        start local 2 // org.eclipse.jdt.core.CompletionRequestor requestor
        start local 3 // org.eclipse.jdt.core.WorkingCopyOwner owner
         0: .line 108
            aload 0 /* this */
            iload 1 /* offset */
            aload 2 /* requestor */
            aload 3 /* owner */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.codeComplete:(ILorg/eclipse/jdt/core/CompletionRequestor;Lorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/core/runtime/IProgressMonitor;)V
         1: .line 109
            return
        end local 3 // org.eclipse.jdt.core.WorkingCopyOwner owner
        end local 2 // org.eclipse.jdt.core.CompletionRequestor requestor
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0    2     1     offset  I
            0    2     2  requestor  Lorg/eclipse/jdt/core/CompletionRequestor;
            0    2     3      owner  Lorg/eclipse/jdt/core/WorkingCopyOwner;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
           Name  Flags
      offset     
      requestor  
      owner      

  public abstract void codeComplete(int, org.eclipse.jdt.core.CompletionRequestor, org.eclipse.jdt.core.WorkingCopyOwner, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (ILorg/eclipse/jdt/core/CompletionRequestor;Lorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/core/runtime/IProgressMonitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
           Name  Flags
      offset     
      requestor  
      owner      
      monitor    

  public org.eclipse.jdt.core.IJavaElement[] codeSelect(int, int);
    descriptor: (II)[Lorg/eclipse/jdt/core/IJavaElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // int offset
        start local 2 // int length
         0: .line 118
            aload 0 /* this */
            iload 1 /* offset */
            iload 2 /* length */
            getstatic org.eclipse.jdt.internal.core.DefaultWorkingCopyOwner.PRIMARY:Lorg/eclipse/jdt/internal/core/DefaultWorkingCopyOwner;
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.codeSelect:(IILorg/eclipse/jdt/core/WorkingCopyOwner;)[Lorg/eclipse/jdt/core/IJavaElement;
            areturn
        end local 2 // int length
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0    1     1  offset  I
            0    1     2  length  I
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
        Name  Flags
      offset  
      length  

  public abstract org.eclipse.jdt.core.IJavaElement[] codeSelect(int, int, org.eclipse.jdt.core.WorkingCopyOwner);
    descriptor: (IILorg/eclipse/jdt/core/WorkingCopyOwner;)[Lorg/eclipse/jdt/core/IJavaElement;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
        Name  Flags
      offset  
      length  
      owner   

  protected java.lang.Object createElementInfo();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 128
            new org.eclipse.jdt.internal.core.ClassFileInfo
            dup
            invokespecial org.eclipse.jdt.internal.core.ClassFileInfo.<init>:()V
            areturn
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // java.lang.Object o
         0: .line 132
            aload 1 /* o */
            instanceof org.eclipse.jdt.internal.core.AbstractClassFile
            ifne 1
            iconst_0
            ireturn
         1: .line 133
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.eclipse.jdt.internal.core.AbstractClassFile
            astore 2 /* other */
        start local 2 // org.eclipse.jdt.internal.core.AbstractClassFile other
         2: .line 134
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.AbstractClassFile.name:Ljava/lang/String;
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.core.AbstractClassFile.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.AbstractClassFile.parent:Lorg/eclipse/jdt/internal/core/JavaElement;
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.core.AbstractClassFile.parent:Lorg/eclipse/jdt/internal/core/JavaElement;
            invokevirtual org.eclipse.jdt.internal.core.JavaElement.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: org.eclipse.jdt.internal.core.AbstractClassFile
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.core.AbstractClassFile other
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0    4     1      o  Ljava/lang/Object;
            2    4     2  other  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
    MethodParameters:
      Name  Flags
      o     

  protected org.eclipse.jdt.core.IJavaElement findElement(org.eclipse.jdt.core.IJavaElement, int, org.eclipse.jdt.internal.core.SourceMapper);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElement;ILorg/eclipse/jdt/internal/core/SourceMapper;)Lorg/eclipse/jdt/core/IJavaElement;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // org.eclipse.jdt.core.IJavaElement elt
        start local 2 // int position
        start local 3 // org.eclipse.jdt.internal.core.SourceMapper mapper
         0: .line 144
            aload 3 /* mapper */
            aload 1 /* elt */
            invokevirtual org.eclipse.jdt.internal.core.SourceMapper.getSourceRange:(Lorg/eclipse/jdt/core/IJavaElement;)Lorg/eclipse/jdt/core/SourceRange;
            astore 4 /* range */
        start local 4 // org.eclipse.jdt.core.SourceRange range
         1: .line 145
            aload 4 /* range */
            ifnull 2
            iload 2 /* position */
            aload 4 /* range */
            invokevirtual org.eclipse.jdt.core.SourceRange.getOffset:()I
            if_icmplt 2
            aload 4 /* range */
            invokevirtual org.eclipse.jdt.core.SourceRange.getOffset:()I
            aload 4 /* range */
            invokevirtual org.eclipse.jdt.core.SourceRange.getLength:()I
            iadd
            iconst_1
            isub
            iload 2 /* position */
            if_icmpge 3
         2: .line 146
      StackMap locals: org.eclipse.jdt.core.SourceRange
      StackMap stack:
            aconst_null
            areturn
         3: .line 148
      StackMap locals:
      StackMap stack:
            aload 1 /* elt */
            instanceof org.eclipse.jdt.core.IParent
            ifeq 15
         4: .line 150
            aload 1 /* elt */
            checkcast org.eclipse.jdt.core.IParent
            invokeinterface org.eclipse.jdt.core.IParent.getChildren:()[Lorg/eclipse/jdt/core/IJavaElement;
            astore 5 /* children */
        start local 5 // org.eclipse.jdt.core.IJavaElement[] children
         5: .line 151
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 12
         7: .line 152
      StackMap locals: org.eclipse.jdt.core.IJavaElement[] int
      StackMap stack:
            aload 0 /* this */
            aload 5 /* children */
            iload 6 /* i */
            aaload
            iload 2 /* position */
            aload 3 /* mapper */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.findElement:(Lorg/eclipse/jdt/core/IJavaElement;ILorg/eclipse/jdt/internal/core/SourceMapper;)Lorg/eclipse/jdt/core/IJavaElement;
            astore 7 /* match */
        start local 7 // org.eclipse.jdt.core.IJavaElement match
         8: .line 153
            aload 7 /* match */
            ifnull 11
         9: .line 154
            aload 7 /* match */
        10: areturn
        end local 7 // org.eclipse.jdt.core.IJavaElement match
        11: .line 151
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            aload 5 /* children */
            arraylength
            if_icmplt 7
        end local 6 // int i
        end local 5 // org.eclipse.jdt.core.IJavaElement[] children
        13: .line 157
            goto 15
      StackMap locals: org.eclipse.jdt.internal.core.AbstractClassFile org.eclipse.jdt.core.IJavaElement int org.eclipse.jdt.internal.core.SourceMapper org.eclipse.jdt.core.SourceRange
      StackMap stack: org.eclipse.jdt.core.JavaModelException
        14: pop
        15: .line 161
      StackMap locals:
      StackMap stack:
            aload 1 /* elt */
            areturn
        end local 4 // org.eclipse.jdt.core.SourceRange range
        end local 3 // org.eclipse.jdt.internal.core.SourceMapper mapper
        end local 2 // int position
        end local 1 // org.eclipse.jdt.core.IJavaElement elt
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0   16     1       elt  Lorg/eclipse/jdt/core/IJavaElement;
            0   16     2  position  I
            0   16     3    mapper  Lorg/eclipse/jdt/internal/core/SourceMapper;
            1   16     4     range  Lorg/eclipse/jdt/core/SourceRange;
            5   13     5  children  [Lorg/eclipse/jdt/core/IJavaElement;
            6   13     6         i  I
            8   11     7     match  Lorg/eclipse/jdt/core/IJavaElement;
      Exception table:
        from    to  target  type
           4    10      14  Class org.eclipse.jdt.core.JavaModelException
          11    13      14  Class org.eclipse.jdt.core.JavaModelException
    MethodParameters:
          Name  Flags
      elt       
      position  
      mapper    

  public byte[] getBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 166
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getParent:()Lorg/eclipse/jdt/core/IJavaElement;
            checkcast org.eclipse.jdt.internal.core.JavaElement
            astore 1 /* pkg */
        start local 1 // org.eclipse.jdt.internal.core.JavaElement pkg
         1: .line 167
            aload 1 /* pkg */
            instanceof org.eclipse.jdt.internal.core.JarPackageFragment
            ifeq 13
         2: .line 168
            aload 1 /* pkg */
            invokevirtual org.eclipse.jdt.internal.core.JavaElement.getParent:()Lorg/eclipse/jdt/core/IJavaElement;
            checkcast org.eclipse.jdt.internal.core.JarPackageFragmentRoot
            astore 2 /* root */
        start local 2 // org.eclipse.jdt.internal.core.JarPackageFragmentRoot root
         3: .line 170
            aload 1 /* pkg */
            checkcast org.eclipse.jdt.internal.core.PackageFragment
            getfield org.eclipse.jdt.internal.core.PackageFragment.names:[Ljava/lang/String;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getElementName:()Ljava/lang/String;
            bipush 47
            invokestatic org.eclipse.jdt.internal.core.util.Util.concatWith:([Ljava/lang/String;Ljava/lang/String;C)Ljava/lang/String;
            astore 3 /* entryName */
        start local 3 // java.lang.String entryName
         4: .line 171
            aload 2 /* root */
            aload 3 /* entryName */
            invokevirtual org.eclipse.jdt.internal.core.JarPackageFragmentRoot.getClassFilePath:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* entryName */
         5: .line 172
            aload 0 /* this */
            aload 2 /* root */
            aload 3 /* entryName */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getClassFileContent:(Lorg/eclipse/jdt/internal/core/JarPackageFragmentRoot;Ljava/lang/String;)[B
         6: areturn
        end local 3 // java.lang.String entryName
         7: .line 175
      StackMap locals: org.eclipse.jdt.internal.core.AbstractClassFile org.eclipse.jdt.internal.core.JavaElement org.eclipse.jdt.internal.core.JarPackageFragmentRoot
      StackMap stack: java.io.IOException
            astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
         8: .line 176
            new org.eclipse.jdt.core.JavaModelException
            dup
            aload 3 /* ioe */
            sipush 985
            invokespecial org.eclipse.jdt.core.JavaModelException.<init>:(Ljava/lang/Throwable;I)V
            athrow
        end local 3 // java.io.IOException ioe
         9: .line 177
      StackMap locals:
      StackMap stack: org.eclipse.core.runtime.CoreException
            astore 3 /* e */
        start local 3 // org.eclipse.core.runtime.CoreException e
        10: .line 178
            aload 3 /* e */
            instanceof org.eclipse.jdt.core.JavaModelException
            ifeq 12
        11: .line 179
            aload 3 /* e */
            checkcast org.eclipse.jdt.core.JavaModelException
            athrow
        12: .line 181
      StackMap locals: org.eclipse.core.runtime.CoreException
      StackMap stack:
            new org.eclipse.jdt.core.JavaModelException
            dup
            aload 3 /* e */
            invokespecial org.eclipse.jdt.core.JavaModelException.<init>:(Lorg/eclipse/core/runtime/CoreException;)V
            athrow
        end local 3 // org.eclipse.core.runtime.CoreException e
        end local 2 // org.eclipse.jdt.internal.core.JarPackageFragmentRoot root
        13: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.resource:()Lorg/eclipse/core/resources/IResource;
            checkcast org.eclipse.core.resources.IFile
            astore 2 /* file */
        start local 2 // org.eclipse.core.resources.IFile file
        14: .line 186
            aload 2 /* file */
            invokestatic org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsByteArray:(Lorg/eclipse/core/resources/IFile;)[B
            areturn
        end local 2 // org.eclipse.core.resources.IFile file
        end local 1 // org.eclipse.jdt.internal.core.JavaElement pkg
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            1   15     1        pkg  Lorg/eclipse/jdt/internal/core/JavaElement;
            3   13     2       root  Lorg/eclipse/jdt/internal/core/JarPackageFragmentRoot;
            4    7     3  entryName  Ljava/lang/String;
            8    9     3        ioe  Ljava/io/IOException;
           10   13     3          e  Lorg/eclipse/core/runtime/CoreException;
           14   15     2       file  Lorg/eclipse/core/resources/IFile;
      Exception table:
        from    to  target  type
           3     6       7  Class java.io.IOException
           3     6       9  Class org.eclipse.core.runtime.CoreException
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException

  protected byte[] getClassFileContent(org.eclipse.jdt.internal.core.JarPackageFragmentRoot, java.lang.String);
    descriptor: (Lorg/eclipse/jdt/internal/core/JarPackageFragmentRoot;Ljava/lang/String;)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // org.eclipse.jdt.internal.core.JarPackageFragmentRoot root
        start local 2 // java.lang.String className
         0: .line 190
            aconst_null
            astore 3 /* contents */
        start local 3 // byte[] contents
         1: .line 191
            aload 1 /* root */
            invokevirtual org.eclipse.jdt.internal.core.JarPackageFragmentRoot.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.toOSString:()Ljava/lang/String;
            astore 4 /* rootPath */
        start local 4 // java.lang.String rootPath
         2: .line 192
            aload 4 /* rootPath */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.isJrt:(Ljava/lang/String;)Z
            ifeq 11
         3: .line 195
            new java.io.File
            dup
            aload 4 /* rootPath */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
         4: .line 196
            aload 2 /* className */
         5: .line 197
            aload 1 /* root */
            invokevirtual org.eclipse.jdt.internal.core.JarPackageFragmentRoot.getElementName:()Ljava/lang/String;
         6: .line 194
            invokestatic org.eclipse.jdt.internal.compiler.util.JRTUtil.getClassfileContent:(Ljava/io/File;Ljava/lang/String;Ljava/lang/String;)[B
            astore 3 /* contents */
         7: .line 198
            goto 20
      StackMap locals: org.eclipse.jdt.internal.core.AbstractClassFile org.eclipse.jdt.internal.core.JarPackageFragmentRoot java.lang.String byte[] java.lang.String
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
         8: astore 5 /* e */
        start local 5 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException e
         9: .line 199
            aload 5 /* e */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.printStackTrace:()V
        end local 5 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException e
        10: .line 201
            goto 20
        11: .line 202
      StackMap locals:
      StackMap stack:
            aload 1 /* root */
            invokevirtual org.eclipse.jdt.internal.core.JarPackageFragmentRoot.getJar:()Ljava/util/zip/ZipFile;
            astore 5 /* zip */
        start local 5 // java.util.zip.ZipFile zip
        12: .line 204
            aload 5 /* zip */
            aload 2 /* className */
            invokevirtual java.util.zip.ZipFile.getEntry:(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
            astore 6 /* ze */
        start local 6 // java.util.zip.ZipEntry ze
        13: .line 205
            aload 6 /* ze */
            ifnull 19
        14: .line 206
            aload 6 /* ze */
            aload 5 /* zip */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.getZipEntryByteContent:(Ljava/util/zip/ZipEntry;Ljava/util/zip/ZipFile;)[B
            astore 3 /* contents */
        end local 6 // java.util.zip.ZipEntry ze
        15: .line 208
            goto 19
      StackMap locals: org.eclipse.jdt.internal.core.AbstractClassFile org.eclipse.jdt.internal.core.JarPackageFragmentRoot java.lang.String byte[] java.lang.String java.util.zip.ZipFile
      StackMap stack: java.lang.Throwable
        16: astore 7
        17: .line 209
            invokestatic org.eclipse.jdt.internal.core.JavaModelManager.getJavaModelManager:()Lorg/eclipse/jdt/internal/core/JavaModelManager;
            aload 5 /* zip */
            invokevirtual org.eclipse.jdt.internal.core.JavaModelManager.closeZipFile:(Ljava/util/zip/ZipFile;)V
        18: .line 210
            aload 7
            athrow
        19: .line 209
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jdt.internal.core.JavaModelManager.getJavaModelManager:()Lorg/eclipse/jdt/internal/core/JavaModelManager;
            aload 5 /* zip */
            invokevirtual org.eclipse.jdt.internal.core.JavaModelManager.closeZipFile:(Ljava/util/zip/ZipFile;)V
        end local 5 // java.util.zip.ZipFile zip
        20: .line 212
      StackMap locals:
      StackMap stack:
            aload 3 /* contents */
            ifnonnull 22
            invokestatic java.lang.Thread.interrupted:()Z
            ifeq 22
        21: .line 213
            new org.eclipse.core.runtime.OperationCanceledException
            dup
            invokespecial org.eclipse.core.runtime.OperationCanceledException.<init>:()V
            athrow
        22: .line 214
      StackMap locals:
      StackMap stack:
            aload 3 /* contents */
            areturn
        end local 4 // java.lang.String rootPath
        end local 3 // byte[] contents
        end local 2 // java.lang.String className
        end local 1 // org.eclipse.jdt.internal.core.JarPackageFragmentRoot root
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0   23     1       root  Lorg/eclipse/jdt/internal/core/JarPackageFragmentRoot;
            0   23     2  className  Ljava/lang/String;
            1   23     3   contents  [B
            2   23     4   rootPath  Ljava/lang/String;
            9   10     5          e  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFormatException;
           12   20     5        zip  Ljava/util/zip/ZipFile;
           13   15     6         ze  Ljava/util/zip/ZipEntry;
      Exception table:
        from    to  target  type
           3     7       8  Class org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
          12    16      16  any
    Exceptions:
      throws org.eclipse.core.runtime.CoreException, java.io.IOException
    MethodParameters:
           Name  Flags
      root       
      className  

  public org.eclipse.jdt.core.IBuffer getBuffer();
    descriptor: ()Lorg/eclipse/jdt/core/IBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 219
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.validateClassFile:()Lorg/eclipse/core/runtime/IStatus;
            astore 1 /* status */
        start local 1 // org.eclipse.core.runtime.IStatus status
         1: .line 220
            aload 1 /* status */
            invokeinterface org.eclipse.core.runtime.IStatus.isOK:()Z
            ifeq 3
         2: .line 221
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.core.Openable.getBuffer:()Lorg/eclipse/jdt/core/IBuffer;
            areturn
         3: .line 223
      StackMap locals: org.eclipse.core.runtime.IStatus
      StackMap stack:
            aload 1 /* status */
            invokeinterface org.eclipse.core.runtime.IStatus.getCode:()I
            lookupswitch { // 2
                  967: 4
                 1006: 4
              default: 5
          }
         4: .line 226
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         5: .line 228
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.core.JavaModelException
            dup
            aload 1 /* status */
            invokespecial org.eclipse.jdt.core.JavaModelException.<init>:(Lorg/eclipse/core/runtime/IStatus;)V
            athrow
        end local 1 // org.eclipse.core.runtime.IStatus status
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            1    6     1  status  Lorg/eclipse/core/runtime/IStatus;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException

  public org.eclipse.jdt.core.ITypeRoot getTypeRoot();
    descriptor: ()Lorg/eclipse/jdt/core/ITypeRoot;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 236
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;

  public org.eclipse.core.resources.IResource getCorrespondingResource();
    descriptor: ()Lorg/eclipse/core/resources/IResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 247
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getParent:()Lorg/eclipse/jdt/core/IJavaElement;
            invokeinterface org.eclipse.jdt.core.IJavaElement.getParent:()Lorg/eclipse/jdt/core/IJavaElement;
            checkcast org.eclipse.jdt.core.IPackageFragmentRoot
            astore 1 /* root */
        start local 1 // org.eclipse.jdt.core.IPackageFragmentRoot root
         1: .line 248
            aload 1 /* root */
            invokeinterface org.eclipse.jdt.core.IPackageFragmentRoot.isArchive:()Z
            ifeq 3
         2: .line 249
            aconst_null
            areturn
         3: .line 251
      StackMap locals: org.eclipse.jdt.core.IPackageFragmentRoot
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getUnderlyingResource:()Lorg/eclipse/core/resources/IResource;
            areturn
        end local 1 // org.eclipse.jdt.core.IPackageFragmentRoot root
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            1    4     1  root  Lorg/eclipse/jdt/core/IPackageFragmentRoot;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException

  public org.eclipse.jdt.core.IJavaElement getElementAtConsideringSibling(int);
    descriptor: (I)Lorg/eclipse/jdt/core/IJavaElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=19, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // int position
         0: .line 255
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getParent:()Lorg/eclipse/jdt/core/IJavaElement;
            checkcast org.eclipse.jdt.core.IPackageFragment
            astore 2 /* fragment */
        start local 2 // org.eclipse.jdt.core.IPackageFragment fragment
         1: .line 256
            aload 2 /* fragment */
            iconst_3
            invokeinterface org.eclipse.jdt.core.IPackageFragment.getAncestor:(I)Lorg/eclipse/jdt/core/IJavaElement;
            checkcast org.eclipse.jdt.internal.core.PackageFragmentRoot
            astore 3 /* root */
        start local 3 // org.eclipse.jdt.internal.core.PackageFragmentRoot root
         2: .line 257
            aload 3 /* root */
            invokevirtual org.eclipse.jdt.internal.core.PackageFragmentRoot.getSourceMapper:()Lorg/eclipse/jdt/internal/core/SourceMapper;
            astore 4 /* mapper */
        start local 4 // org.eclipse.jdt.internal.core.SourceMapper mapper
         3: .line 258
            aload 4 /* mapper */
            ifnonnull 5
         4: .line 259
            aconst_null
            areturn
         5: .line 261
      StackMap locals: org.eclipse.jdt.core.IPackageFragment org.eclipse.jdt.internal.core.PackageFragmentRoot org.eclipse.jdt.internal.core.SourceMapper
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.AbstractClassFile.name:Ljava/lang/String;
            bipush 36
            invokevirtual java.lang.String.indexOf:(I)I
            istore 5 /* index */
        start local 5 // int index
         6: .line 262
            iload 5 /* index */
            ifge 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.AbstractClassFile.name:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iload 5 /* index */
      StackMap locals:
      StackMap stack: int
         8: istore 6 /* prefixLength */
        start local 6 // int prefixLength
         9: .line 264
            aconst_null
            astore 7 /* type */
        start local 7 // org.eclipse.jdt.core.IType type
        10: .line 265
            iconst_m1
            istore 8 /* start */
        start local 8 // int start
        11: .line 266
            ldc 2147483647
            istore 9 /* end */
        start local 9 // int end
        12: .line 267
            aload 2 /* fragment */
            invokeinterface org.eclipse.jdt.core.IPackageFragment.getChildren:()[Lorg/eclipse/jdt/core/IJavaElement;
            astore 10 /* children */
        start local 10 // org.eclipse.jdt.core.IJavaElement[] children
        13: .line 268
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        14: goto 34
        15: .line 269
      StackMap locals: org.eclipse.jdt.internal.core.AbstractClassFile int org.eclipse.jdt.core.IPackageFragment org.eclipse.jdt.internal.core.PackageFragmentRoot org.eclipse.jdt.internal.core.SourceMapper int int org.eclipse.jdt.core.IType int int org.eclipse.jdt.core.IJavaElement[] int
      StackMap stack:
            aload 10 /* children */
            iload 11 /* i */
            aaload
            instanceof org.eclipse.jdt.core.IOrdinaryClassFile
            ifeq 33
        16: .line 270
            aload 10 /* children */
            iload 11 /* i */
            aaload
            checkcast org.eclipse.jdt.core.IOrdinaryClassFile
            astore 12 /* classFile */
        start local 12 // org.eclipse.jdt.core.IOrdinaryClassFile classFile
        17: .line 271
            aload 12 /* classFile */
            invokeinterface org.eclipse.jdt.core.IOrdinaryClassFile.getElementName:()Ljava/lang/String;
            astore 13 /* childName */
        start local 13 // java.lang.String childName
        18: .line 273
            aload 13 /* childName */
            bipush 36
            invokevirtual java.lang.String.indexOf:(I)I
            istore 14 /* childIndex */
        start local 14 // int childIndex
        19: .line 274
            iload 14 /* childIndex */
            ifge 20
            aload 13 /* childName */
            bipush 46
            invokevirtual java.lang.String.indexOf:(I)I
            goto 21
      StackMap locals: org.eclipse.jdt.core.IOrdinaryClassFile java.lang.String int
      StackMap stack:
        20: iload 14 /* childIndex */
      StackMap locals:
      StackMap stack: int
        21: istore 15 /* childPrefixLength */
        start local 15 // int childPrefixLength
        22: .line 275
            iload 6 /* prefixLength */
            iload 15 /* childPrefixLength */
            if_icmpne 33
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.AbstractClassFile.name:Ljava/lang/String;
            iconst_0
            aload 13 /* childName */
            iconst_0
            iload 6 /* prefixLength */
            invokevirtual java.lang.String.regionMatches:(ILjava/lang/String;II)Z
            ifeq 33
        23: .line 278
            aload 12 /* classFile */
            invokeinterface org.eclipse.jdt.core.IOrdinaryClassFile.getBuffer:()Lorg/eclipse/jdt/core/IBuffer;
            pop
        24: .line 280
            aload 4 /* mapper */
            aload 12 /* classFile */
            invokeinterface org.eclipse.jdt.core.IOrdinaryClassFile.getType:()Lorg/eclipse/jdt/core/IType;
            invokevirtual org.eclipse.jdt.internal.core.SourceMapper.getSourceRange:(Lorg/eclipse/jdt/core/IJavaElement;)Lorg/eclipse/jdt/core/SourceRange;
            astore 16 /* range */
        start local 16 // org.eclipse.jdt.core.SourceRange range
        25: .line 281
            aload 16 /* range */
            getstatic org.eclipse.jdt.internal.core.SourceMapper.UNKNOWN_RANGE:Lorg/eclipse/jdt/core/SourceRange;
            if_acmpne 26
            goto 33
        26: .line 282
      StackMap locals: int org.eclipse.jdt.core.SourceRange
      StackMap stack:
            aload 16 /* range */
            invokevirtual org.eclipse.jdt.core.SourceRange.getOffset:()I
            istore 17 /* newStart */
        start local 17 // int newStart
        27: .line 283
            iload 17 /* newStart */
            aload 16 /* range */
            invokevirtual org.eclipse.jdt.core.SourceRange.getLength:()I
            iadd
            iconst_1
            isub
            istore 18 /* newEnd */
        start local 18 // int newEnd
        28: .line 284
            iload 17 /* newStart */
            iload 8 /* start */
            if_icmple 33
            iload 18 /* newEnd */
            iload 9 /* end */
            if_icmpge 33
        29: .line 285
            iload 17 /* newStart */
            iload 1 /* position */
            if_icmpgt 33
            iload 18 /* newEnd */
            iload 1 /* position */
            if_icmplt 33
        30: .line 286
            aload 12 /* classFile */
            invokeinterface org.eclipse.jdt.core.IOrdinaryClassFile.getType:()Lorg/eclipse/jdt/core/IType;
            astore 7 /* type */
        31: .line 287
            iload 17 /* newStart */
            istore 8 /* start */
        32: .line 288
            iload 18 /* newEnd */
            istore 9 /* end */
        end local 18 // int newEnd
        end local 17 // int newStart
        end local 16 // org.eclipse.jdt.core.SourceRange range
        end local 15 // int childPrefixLength
        end local 14 // int childIndex
        end local 13 // java.lang.String childName
        end local 12 // org.eclipse.jdt.core.IOrdinaryClassFile classFile
        33: .line 268
      StackMap locals: org.eclipse.jdt.internal.core.AbstractClassFile int org.eclipse.jdt.core.IPackageFragment org.eclipse.jdt.internal.core.PackageFragmentRoot org.eclipse.jdt.internal.core.SourceMapper int int org.eclipse.jdt.core.IType int int org.eclipse.jdt.core.IJavaElement[] int
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 11 /* i */
            aload 10 /* children */
            arraylength
            if_icmplt 15
        end local 11 // int i
        35: .line 293
            aload 7 /* type */
            ifnull 37
        36: .line 294
            aload 0 /* this */
            aload 7 /* type */
            iload 1 /* position */
            aload 4 /* mapper */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.findElement:(Lorg/eclipse/jdt/core/IJavaElement;ILorg/eclipse/jdt/internal/core/SourceMapper;)Lorg/eclipse/jdt/core/IJavaElement;
            areturn
        37: .line 296
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 10 // org.eclipse.jdt.core.IJavaElement[] children
        end local 9 // int end
        end local 8 // int start
        end local 7 // org.eclipse.jdt.core.IType type
        end local 6 // int prefixLength
        end local 5 // int index
        end local 4 // org.eclipse.jdt.internal.core.SourceMapper mapper
        end local 3 // org.eclipse.jdt.internal.core.PackageFragmentRoot root
        end local 2 // org.eclipse.jdt.core.IPackageFragment fragment
        end local 1 // int position
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   38     0               this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0   38     1           position  I
            1   38     2           fragment  Lorg/eclipse/jdt/core/IPackageFragment;
            2   38     3               root  Lorg/eclipse/jdt/internal/core/PackageFragmentRoot;
            3   38     4             mapper  Lorg/eclipse/jdt/internal/core/SourceMapper;
            6   38     5              index  I
            9   38     6       prefixLength  I
           10   38     7               type  Lorg/eclipse/jdt/core/IType;
           11   38     8              start  I
           12   38     9                end  I
           13   38    10           children  [Lorg/eclipse/jdt/core/IJavaElement;
           14   35    11                  i  I
           17   33    12          classFile  Lorg/eclipse/jdt/core/IOrdinaryClassFile;
           18   33    13          childName  Ljava/lang/String;
           19   33    14         childIndex  I
           22   33    15  childPrefixLength  I
           25   33    16              range  Lorg/eclipse/jdt/core/SourceRange;
           27   33    17           newStart  I
           28   33    18             newEnd  I
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
          Name  Flags
      position  

  public java.lang.String getElementName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 301
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.AbstractClassFile.name:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".class"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;

  public int getElementType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 308
            bipush 6
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;

  public org.eclipse.core.runtime.IPath getPath();
    descriptor: ()Lorg/eclipse/core/runtime/IPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 316
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getPackageFragmentRoot:()Lorg/eclipse/jdt/internal/core/PackageFragmentRoot;
            astore 1 /* root */
        start local 1 // org.eclipse.jdt.internal.core.PackageFragmentRoot root
         1: .line 317
            aload 1 /* root */
            invokevirtual org.eclipse.jdt.internal.core.PackageFragmentRoot.isArchive:()Z
            ifeq 3
         2: .line 318
            aload 1 /* root */
            invokevirtual org.eclipse.jdt.internal.core.PackageFragmentRoot.getPath:()Lorg/eclipse/core/runtime/IPath;
            areturn
         3: .line 320
      StackMap locals: org.eclipse.jdt.internal.core.PackageFragmentRoot
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getParent:()Lorg/eclipse/jdt/core/IJavaElement;
            invokeinterface org.eclipse.jdt.core.IJavaElement.getPath:()Lorg/eclipse/core/runtime/IPath;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getElementName:()Ljava/lang/String;
            invokeinterface org.eclipse.core.runtime.IPath.append:(Ljava/lang/String;)Lorg/eclipse/core/runtime/IPath;
            areturn
        end local 1 // org.eclipse.jdt.internal.core.PackageFragmentRoot root
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            1    4     1  root  Lorg/eclipse/jdt/internal/core/PackageFragmentRoot;

  public org.eclipse.core.resources.IResource resource(org.eclipse.jdt.internal.core.PackageFragmentRoot);
    descriptor: (Lorg/eclipse/jdt/internal/core/PackageFragmentRoot;)Lorg/eclipse/core/resources/IResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // org.eclipse.jdt.internal.core.PackageFragmentRoot root
         0: .line 329
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.AbstractClassFile.parent:Lorg/eclipse/jdt/internal/core/JavaElement;
            checkcast org.eclipse.jdt.internal.core.Openable
            aload 1 /* root */
            invokevirtual org.eclipse.jdt.internal.core.Openable.resource:(Lorg/eclipse/jdt/internal/core/PackageFragmentRoot;)Lorg/eclipse/core/resources/IResource;
            checkcast org.eclipse.core.resources.IContainer
            new org.eclipse.core.runtime.Path
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getElementName:()Ljava/lang/String;
            invokespecial org.eclipse.core.runtime.Path.<init>:(Ljava/lang/String;)V
            invokeinterface org.eclipse.core.resources.IContainer.getFile:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/resources/IFile;
            areturn
        end local 1 // org.eclipse.jdt.internal.core.PackageFragmentRoot root
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0    1     1  root  Lorg/eclipse/jdt/internal/core/PackageFragmentRoot;
    MethodParameters:
      Name  Flags
      root  

  public java.lang.String getSource();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 336
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getBuffer:()Lorg/eclipse/jdt/core/IBuffer;
            astore 1 /* buffer */
        start local 1 // org.eclipse.jdt.core.IBuffer buffer
         1: .line 337
            aload 1 /* buffer */
            ifnonnull 3
         2: .line 338
            aconst_null
            areturn
         3: .line 340
      StackMap locals: org.eclipse.jdt.core.IBuffer
      StackMap stack:
            aload 1 /* buffer */
            invokeinterface org.eclipse.jdt.core.IBuffer.getContents:()Ljava/lang/String;
            areturn
        end local 1 // org.eclipse.jdt.core.IBuffer buffer
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            1    4     1  buffer  Lorg/eclipse/jdt/core/IBuffer;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException

  public org.eclipse.jdt.core.ISourceRange getSourceRange();
    descriptor: ()Lorg/eclipse/jdt/core/ISourceRange;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 347
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getBuffer:()Lorg/eclipse/jdt/core/IBuffer;
            astore 1 /* buffer */
        start local 1 // org.eclipse.jdt.core.IBuffer buffer
         1: .line 348
            aload 1 /* buffer */
            ifnull 5
         2: .line 349
            aload 1 /* buffer */
            invokeinterface org.eclipse.jdt.core.IBuffer.getContents:()Ljava/lang/String;
            astore 2 /* contents */
        start local 2 // java.lang.String contents
         3: .line 350
            aload 2 /* contents */
            ifnonnull 4
            aconst_null
            areturn
         4: .line 351
      StackMap locals: org.eclipse.jdt.core.IBuffer java.lang.String
      StackMap stack:
            new org.eclipse.jdt.core.SourceRange
            dup
            iconst_0
            aload 2 /* contents */
            invokevirtual java.lang.String.length:()I
            invokespecial org.eclipse.jdt.core.SourceRange.<init>:(II)V
            areturn
        end local 2 // java.lang.String contents
         5: .line 353
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.core.IBuffer buffer
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            1    6     1    buffer  Lorg/eclipse/jdt/core/IBuffer;
            3    5     2  contents  Ljava/lang/String;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException

  public org.eclipse.jdt.core.IJavaElement getWorkingCopy(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.jdt.core.IBufferFactory);
    descriptor: (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/jdt/core/IBufferFactory;)Lorg/eclipse/jdt/core/IJavaElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // org.eclipse.core.runtime.IProgressMonitor monitor
        start local 2 // org.eclipse.jdt.core.IBufferFactory factory
         0: .line 363
            aload 0 /* this */
            aload 2 /* factory */
            invokestatic org.eclipse.jdt.internal.core.BufferFactoryWrapper.create:(Lorg/eclipse/jdt/core/IBufferFactory;)Lorg/eclipse/jdt/core/WorkingCopyOwner;
            aload 1 /* monitor */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getWorkingCopy:(Lorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/ICompilationUnit;
            areturn
        end local 2 // org.eclipse.jdt.core.IBufferFactory factory
        end local 1 // org.eclipse.core.runtime.IProgressMonitor monitor
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0    1     1  monitor  Lorg/eclipse/core/runtime/IProgressMonitor;
            0    1     2  factory  Lorg/eclipse/jdt/core/IBufferFactory;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      monitor  
      factory  

  protected boolean hasBuffer();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 370
            iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 374
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.AbstractClassFile.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.AbstractClassFile.parent:Lorg/eclipse/jdt/internal/core/JavaElement;
            invokevirtual org.eclipse.jdt.internal.core.JavaElement.hashCode:()I
            invokestatic org.eclipse.jdt.internal.core.util.Util.combineHashCodes:(II)I
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 381
            iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;

  private org.eclipse.core.runtime.IStatus validateClassFile();
    descriptor: ()Lorg/eclipse/core/runtime/IStatus;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 384
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getPackageFragmentRoot:()Lorg/eclipse/jdt/internal/core/PackageFragmentRoot;
            astore 1 /* root */
        start local 1 // org.eclipse.jdt.core.IPackageFragmentRoot root
         1: .line 386
            aload 1 /* root */
            invokeinterface org.eclipse.jdt.core.IPackageFragmentRoot.getKind:()I
            iconst_2
            if_icmpeq 6
         2: .line 387
            new org.eclipse.jdt.internal.core.JavaModelStatus
            dup
            sipush 967
            aload 1 /* root */
            invokespecial org.eclipse.jdt.internal.core.JavaModelStatus.<init>:(ILorg/eclipse/jdt/core/IJavaElement;)V
         3: areturn
         4: .line 388
      StackMap locals: org.eclipse.jdt.internal.core.AbstractClassFile org.eclipse.jdt.core.IPackageFragmentRoot
      StackMap stack: org.eclipse.jdt.core.JavaModelException
            astore 2 /* e */
        start local 2 // org.eclipse.jdt.core.JavaModelException e
         5: .line 389
            aload 2 /* e */
            invokevirtual org.eclipse.jdt.core.JavaModelException.getJavaModelStatus:()Lorg/eclipse/jdt/core/IJavaModelStatus;
            areturn
        end local 2 // org.eclipse.jdt.core.JavaModelException e
         6: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getJavaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            astore 2 /* project */
        start local 2 // org.eclipse.jdt.core.IJavaProject project
         7: .line 392
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getElementName:()Ljava/lang/String;
            aload 2 /* project */
            ldc "org.eclipse.jdt.core.compiler.source"
            iconst_1
            invokeinterface org.eclipse.jdt.core.IJavaProject.getOption:(Ljava/lang/String;Z)Ljava/lang/String;
            aload 2 /* project */
            ldc "org.eclipse.jdt.core.compiler.compliance"
            iconst_1
            invokeinterface org.eclipse.jdt.core.IJavaProject.getOption:(Ljava/lang/String;Z)Ljava/lang/String;
            invokestatic org.eclipse.jdt.core.JavaConventions.validateClassFileName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;
            areturn
        end local 2 // org.eclipse.jdt.core.IJavaProject project
        end local 1 // org.eclipse.jdt.core.IPackageFragmentRoot root
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            1    8     1     root  Lorg/eclipse/jdt/core/IPackageFragmentRoot;
            5    6     2        e  Lorg/eclipse/jdt/core/JavaModelException;
            7    8     2  project  Lorg/eclipse/jdt/core/IJavaProject;
      Exception table:
        from    to  target  type
           1     3       4  Class org.eclipse.jdt.core.JavaModelException

  public void codeComplete(int, org.eclipse.jdt.core.ICodeCompletionRequestor);
    descriptor: (ILorg/eclipse/jdt/core/ICodeCompletionRequestor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // int offset
        start local 2 // org.eclipse.jdt.core.ICodeCompletionRequestor requestor
         0: .line 404
            aload 2 /* requestor */
            ifnonnull 3
         1: .line 405
            aload 0 /* this */
            iload 1 /* offset */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.codeComplete:(ILorg/eclipse/jdt/core/ICompletionRequestor;)V
         2: .line 406
            return
         3: .line 408
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         4: .line 409
            iload 1 /* offset */
         5: .line 410
            new org.eclipse.jdt.internal.core.AbstractClassFile$1
            dup
            aload 0 /* this */
            aload 2 /* requestor */
            invokespecial org.eclipse.jdt.internal.core.AbstractClassFile$1.<init>:(Lorg/eclipse/jdt/internal/core/AbstractClassFile;Lorg/eclipse/jdt/core/ICodeCompletionRequestor;)V
         6: .line 408
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.codeComplete:(ILorg/eclipse/jdt/core/ICompletionRequestor;)V
         7: .line 469
            return
        end local 2 // org.eclipse.jdt.core.ICodeCompletionRequestor requestor
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0    8     1     offset  I
            0    8     2  requestor  Lorg/eclipse/jdt/core/ICodeCompletionRequestor;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      offset     
      requestor  final

  protected org.eclipse.core.runtime.IStatus validateExistence(org.eclipse.core.resources.IResource);
    descriptor: (Lorg/eclipse/core/resources/IResource;)Lorg/eclipse/core/runtime/IStatus;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
        start local 1 // org.eclipse.core.resources.IResource underlyingResource
         0: .line 474
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.validateClassFile:()Lorg/eclipse/core/runtime/IStatus;
            astore 2 /* status */
        start local 2 // org.eclipse.core.runtime.IStatus status
         1: .line 475
            aload 2 /* status */
            invokeinterface org.eclipse.core.runtime.IStatus.isOK:()Z
            ifne 3
         2: .line 476
            aload 2 /* status */
            areturn
         3: .line 477
      StackMap locals: org.eclipse.core.runtime.IStatus
      StackMap stack:
            aload 1 /* underlyingResource */
            ifnull 9
         4: .line 478
            aload 1 /* underlyingResource */
            invokeinterface org.eclipse.core.resources.IResource.isAccessible:()Z
            ifne 6
         5: .line 479
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.newDoesNotExistStatus:()Lorg/eclipse/jdt/internal/core/JavaModelStatus;
            areturn
         6: .line 481
      StackMap locals:
      StackMap stack:
            aload 1 /* underlyingResource */
            instanceof org.eclipse.core.resources.IFolder
            ifeq 9
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.AbstractClassFile.getPackageFragmentRoot:()Lorg/eclipse/jdt/internal/core/PackageFragmentRoot;
            dup
            astore 3 /* root */
        start local 3 // org.eclipse.jdt.internal.core.PackageFragmentRoot root
         7: invokevirtual org.eclipse.jdt.internal.core.PackageFragmentRoot.isArchive:()Z
            ifeq 9
         8: .line 482
            aload 3 /* root */
            invokevirtual org.eclipse.jdt.internal.core.PackageFragmentRoot.newDoesNotExistStatus:()Lorg/eclipse/jdt/internal/core/JavaModelStatus;
            areturn
        end local 3 // org.eclipse.jdt.internal.core.PackageFragmentRoot root
         9: .line 485
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.core.JavaModelStatus.VERIFIED_OK:Lorg/eclipse/jdt/core/IJavaModelStatus;
            areturn
        end local 2 // org.eclipse.core.runtime.IStatus status
        end local 1 // org.eclipse.core.resources.IResource underlyingResource
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   10     0                this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
            0   10     1  underlyingResource  Lorg/eclipse/core/resources/IResource;
            1   10     2              status  Lorg/eclipse/core/runtime/IStatus;
            7    9     3                root  Lorg/eclipse/jdt/internal/core/PackageFragmentRoot;
    MethodParameters:
                    Name  Flags
      underlyingResource  

  public org.eclipse.jdt.core.ISourceRange getNameRange();
    descriptor: ()Lorg/eclipse/jdt/core/ISourceRange;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
         0: .line 490
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.core.AbstractClassFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/AbstractClassFile;
}
SourceFile: "AbstractClassFile.java"
NestMembers:
  org.eclipse.jdt.internal.core.AbstractClassFile$1
InnerClasses:
  org.eclipse.jdt.internal.core.AbstractClassFile$1
  public PerWorkingCopyInfo = org.eclipse.jdt.internal.core.JavaModelManager$PerWorkingCopyInfo of org.eclipse.jdt.internal.core.JavaModelManager