public abstract class org.eclipse.jdt.core.ClasspathContainerInitializer
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.core.ClasspathContainerInitializer
  super_class: java.lang.Object
{
  public static final int ATTRIBUTE_NOT_SUPPORTED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int ATTRIBUTE_READ_ONLY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            return
        end local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/core/ClasspathContainerInitializer;

  public abstract void initialize(org.eclipse.core.runtime.IPath, org.eclipse.jdt.core.IJavaProject);
    descriptor: (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
               Name  Flags
      containerPath  
      project        

  public boolean canUpdateClasspathContainer(org.eclipse.core.runtime.IPath, org.eclipse.jdt.core.IJavaProject);
    descriptor: (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
        start local 1 // org.eclipse.core.runtime.IPath containerPath
        start local 2 // org.eclipse.jdt.core.IJavaProject project
         0: .line 149
            iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.core.IJavaProject project
        end local 1 // org.eclipse.core.runtime.IPath containerPath
        end local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jdt/core/ClasspathContainerInitializer;
            0    1     1  containerPath  Lorg/eclipse/core/runtime/IPath;
            0    1     2        project  Lorg/eclipse/jdt/core/IJavaProject;
    MethodParameters:
               Name  Flags
      containerPath  
      project        

  public void requestClasspathContainerUpdate(org.eclipse.core.runtime.IPath, org.eclipse.jdt.core.IJavaProject, org.eclipse.jdt.core.IClasspathContainer);
    descriptor: (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;Lorg/eclipse/jdt/core/IClasspathContainer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
        start local 1 // org.eclipse.core.runtime.IPath containerPath
        start local 2 // org.eclipse.jdt.core.IJavaProject project
        start local 3 // org.eclipse.jdt.core.IClasspathContainer containerSuggestion
         0: .line 178
            return
        end local 3 // org.eclipse.jdt.core.IClasspathContainer containerSuggestion
        end local 2 // org.eclipse.jdt.core.IJavaProject project
        end local 1 // org.eclipse.core.runtime.IPath containerPath
        end local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lorg/eclipse/jdt/core/ClasspathContainerInitializer;
            0    1     1        containerPath  Lorg/eclipse/core/runtime/IPath;
            0    1     2              project  Lorg/eclipse/jdt/core/IJavaProject;
            0    1     3  containerSuggestion  Lorg/eclipse/jdt/core/IClasspathContainer;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
                     Name  Flags
      containerPath        
      project              
      containerSuggestion  

  public java.lang.String getDescription(org.eclipse.core.runtime.IPath, org.eclipse.jdt.core.IJavaProject);
    descriptor: (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
        start local 1 // org.eclipse.core.runtime.IPath containerPath
        start local 2 // org.eclipse.jdt.core.IJavaProject project
         0: .line 194
            aload 1 /* containerPath */
            invokeinterface org.eclipse.core.runtime.IPath.makeRelative:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.toString:()Ljava/lang/String;
            areturn
        end local 2 // org.eclipse.jdt.core.IJavaProject project
        end local 1 // org.eclipse.core.runtime.IPath containerPath
        end local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jdt/core/ClasspathContainerInitializer;
            0    1     1  containerPath  Lorg/eclipse/core/runtime/IPath;
            0    1     2        project  Lorg/eclipse/jdt/core/IJavaProject;
    MethodParameters:
               Name  Flags
      containerPath  
      project        

  public org.eclipse.jdt.core.IClasspathContainer getFailureContainer(org.eclipse.core.runtime.IPath, org.eclipse.jdt.core.IJavaProject);
    descriptor: (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Lorg/eclipse/jdt/core/IClasspathContainer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
        start local 1 // org.eclipse.core.runtime.IPath containerPath
        start local 2 // org.eclipse.jdt.core.IJavaProject project
         0: .line 214
            aload 0 /* this */
            aload 1 /* containerPath */
            aload 2 /* project */
            invokevirtual org.eclipse.jdt.core.ClasspathContainerInitializer.getDescription:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Ljava/lang/String;
            astore 3 /* description */
        start local 3 // java.lang.String description
         1: .line 216
            new org.eclipse.jdt.core.ClasspathContainerInitializer$1
            dup
            aload 0 /* this */
            aload 3 /* description */
            aload 1 /* containerPath */
            invokespecial org.eclipse.jdt.core.ClasspathContainerInitializer$1.<init>:(Lorg/eclipse/jdt/core/ClasspathContainerInitializer;Ljava/lang/String;Lorg/eclipse/core/runtime/IPath;)V
         2: .line 215
            areturn
        end local 3 // java.lang.String description
        end local 2 // org.eclipse.jdt.core.IJavaProject project
        end local 1 // org.eclipse.core.runtime.IPath containerPath
        end local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/jdt/core/ClasspathContainerInitializer;
            0    3     1  containerPath  Lorg/eclipse/core/runtime/IPath;
            0    3     2        project  Lorg/eclipse/jdt/core/IJavaProject;
            1    3     3    description  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      containerPath  final
      project        

  public java.lang.Object getComparisonID(org.eclipse.core.runtime.IPath, org.eclipse.jdt.core.IJavaProject);
    descriptor: (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
        start local 1 // org.eclipse.core.runtime.IPath containerPath
        start local 2 // org.eclipse.jdt.core.IJavaProject project
         0: .line 257
            aload 1 /* containerPath */
            ifnonnull 2
         1: .line 258
            aconst_null
            areturn
         2: .line 260
      StackMap locals:
      StackMap stack:
            aload 1 /* containerPath */
            iconst_0
            invokeinterface org.eclipse.core.runtime.IPath.segment:(I)Ljava/lang/String;
            areturn
        end local 2 // org.eclipse.jdt.core.IJavaProject project
        end local 1 // org.eclipse.core.runtime.IPath containerPath
        end local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/jdt/core/ClasspathContainerInitializer;
            0    3     1  containerPath  Lorg/eclipse/core/runtime/IPath;
            0    3     2        project  Lorg/eclipse/jdt/core/IJavaProject;
    MethodParameters:
               Name  Flags
      containerPath  
      project        

  public org.eclipse.core.runtime.IStatus getAccessRulesStatus(org.eclipse.core.runtime.IPath, org.eclipse.jdt.core.IJavaProject);
    descriptor: (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Lorg/eclipse/core/runtime/IStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
        start local 1 // org.eclipse.core.runtime.IPath containerPath
        start local 2 // org.eclipse.jdt.core.IJavaProject project
         0: .line 294
            aload 0 /* this */
            aload 1 /* containerPath */
            aload 2 /* project */
            invokevirtual org.eclipse.jdt.core.ClasspathContainerInitializer.canUpdateClasspathContainer:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Z
            ifeq 2
         1: .line 295
            getstatic org.eclipse.core.runtime.Status.OK_STATUS:Lorg/eclipse/core/runtime/IStatus;
            areturn
         2: .line 297
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.core.JavaModelStatus
            dup
            iconst_2
            invokespecial org.eclipse.jdt.internal.core.JavaModelStatus.<init>:(I)V
            areturn
        end local 2 // org.eclipse.jdt.core.IJavaProject project
        end local 1 // org.eclipse.core.runtime.IPath containerPath
        end local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/jdt/core/ClasspathContainerInitializer;
            0    3     1  containerPath  Lorg/eclipse/core/runtime/IPath;
            0    3     2        project  Lorg/eclipse/jdt/core/IJavaProject;
    MethodParameters:
               Name  Flags
      containerPath  
      project        

  public org.eclipse.core.runtime.IStatus getAttributeStatus(org.eclipse.core.runtime.IPath, org.eclipse.jdt.core.IJavaProject, java.lang.String);
    descriptor: (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
        start local 1 // org.eclipse.core.runtime.IPath containerPath
        start local 2 // org.eclipse.jdt.core.IJavaProject project
        start local 3 // java.lang.String attributeKey
         0: .line 332
            aload 0 /* this */
            aload 1 /* containerPath */
            aload 2 /* project */
            invokevirtual org.eclipse.jdt.core.ClasspathContainerInitializer.canUpdateClasspathContainer:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Z
            ifeq 2
         1: .line 333
            getstatic org.eclipse.core.runtime.Status.OK_STATUS:Lorg/eclipse/core/runtime/IStatus;
            areturn
         2: .line 335
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.core.JavaModelStatus
            dup
            iconst_2
            invokespecial org.eclipse.jdt.internal.core.JavaModelStatus.<init>:(I)V
            areturn
        end local 3 // java.lang.String attributeKey
        end local 2 // org.eclipse.jdt.core.IJavaProject project
        end local 1 // org.eclipse.core.runtime.IPath containerPath
        end local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/jdt/core/ClasspathContainerInitializer;
            0    3     1  containerPath  Lorg/eclipse/core/runtime/IPath;
            0    3     2        project  Lorg/eclipse/jdt/core/IJavaProject;
            0    3     3   attributeKey  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      containerPath  
      project        
      attributeKey   

  public org.eclipse.core.runtime.IStatus getSourceAttachmentStatus(org.eclipse.core.runtime.IPath, org.eclipse.jdt.core.IJavaProject);
    descriptor: (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Lorg/eclipse/core/runtime/IStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
        start local 1 // org.eclipse.core.runtime.IPath containerPath
        start local 2 // org.eclipse.jdt.core.IJavaProject project
         0: .line 368
            aload 0 /* this */
            aload 1 /* containerPath */
            aload 2 /* project */
            invokevirtual org.eclipse.jdt.core.ClasspathContainerInitializer.canUpdateClasspathContainer:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Z
            ifeq 2
         1: .line 369
            getstatic org.eclipse.core.runtime.Status.OK_STATUS:Lorg/eclipse/core/runtime/IStatus;
            areturn
         2: .line 371
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.core.JavaModelStatus
            dup
            iconst_2
            invokespecial org.eclipse.jdt.internal.core.JavaModelStatus.<init>:(I)V
            areturn
        end local 2 // org.eclipse.jdt.core.IJavaProject project
        end local 1 // org.eclipse.core.runtime.IPath containerPath
        end local 0 // org.eclipse.jdt.core.ClasspathContainerInitializer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/jdt/core/ClasspathContainerInitializer;
            0    3     1  containerPath  Lorg/eclipse/core/runtime/IPath;
            0    3     2        project  Lorg/eclipse/jdt/core/IJavaProject;
    MethodParameters:
               Name  Flags
      containerPath  
      project        
}
SourceFile: "ClasspathContainerInitializer.java"
NestMembers:
  org.eclipse.jdt.core.ClasspathContainerInitializer$1
InnerClasses:
  org.eclipse.jdt.core.ClasspathContainerInitializer$1