public interface org.eclipse.jdt.core.IClasspathEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jdt.core.IClasspathEntry
  super_class: java.lang.Object
{
  public static final int CPE_LIBRARY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

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

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

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

  public abstract boolean combineAccessRules();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.jdt.core.IAccessRule[] getAccessRules();
    descriptor: ()[Lorg/eclipse/jdt/core/IAccessRule;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getContentKind();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getEntryKind();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.core.runtime.IPath[] getExclusionPatterns();
    descriptor: ()[Lorg/eclipse/core/runtime/IPath;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.jdt.core.IClasspathAttribute[] getExtraAttributes();
    descriptor: ()[Lorg/eclipse/jdt/core/IClasspathAttribute;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.core.runtime.IPath[] getInclusionPatterns();
    descriptor: ()[Lorg/eclipse/core/runtime/IPath;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.core.runtime.IPath getOutputLocation();
    descriptor: ()Lorg/eclipse/core/runtime/IPath;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.core.runtime.IPath getPath();
    descriptor: ()Lorg/eclipse/core/runtime/IPath;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.core.runtime.IPath getSourceAttachmentPath();
    descriptor: ()Lorg/eclipse/core/runtime/IPath;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.core.runtime.IPath getSourceAttachmentRootPath();
    descriptor: ()Lorg/eclipse/core/runtime/IPath;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.jdt.core.IClasspathEntry getReferencingEntry();
    descriptor: ()Lorg/eclipse/jdt/core/IClasspathEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isExported();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.jdt.core.IClasspathEntry getResolvedEntry();
    descriptor: ()Lorg/eclipse/jdt/core/IClasspathEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public boolean isTest();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.core.IClasspathEntry this
         0: .line 486
            aload 0 /* this */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getExtraAttributes:()[Lorg/eclipse/jdt/core/IClasspathAttribute;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: org.eclipse.jdt.core.IClasspathEntry top int int org.eclipse.jdt.core.IClasspathAttribute[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* attribute */
        start local 1 // org.eclipse.jdt.core.IClasspathAttribute attribute
         2: .line 487
            ldc "test"
            aload 1 /* attribute */
            invokeinterface org.eclipse.jdt.core.IClasspathAttribute.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
            ldc "true"
            aload 1 /* attribute */
            invokeinterface org.eclipse.jdt.core.IClasspathAttribute.getValue:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 488
            iconst_1
            ireturn
        end local 1 // org.eclipse.jdt.core.IClasspathAttribute attribute
         4: .line 486
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 490
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.core.IClasspathEntry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/jdt/core/IClasspathEntry;
            2    4     1  attribute  Lorg/eclipse/jdt/core/IClasspathAttribute;

  public boolean isWithoutTestCode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.core.IClasspathEntry this
         0: .line 504
            aload 0 /* this */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getExtraAttributes:()[Lorg/eclipse/jdt/core/IClasspathAttribute;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: org.eclipse.jdt.core.IClasspathEntry top int int org.eclipse.jdt.core.IClasspathAttribute[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* attribute */
        start local 1 // org.eclipse.jdt.core.IClasspathAttribute attribute
         2: .line 505
            ldc "without_test_code"
            aload 1 /* attribute */
            invokeinterface org.eclipse.jdt.core.IClasspathAttribute.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
            ldc "true"
            aload 1 /* attribute */
            invokeinterface org.eclipse.jdt.core.IClasspathAttribute.getValue:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 506
            iconst_1
            ireturn
        end local 1 // org.eclipse.jdt.core.IClasspathAttribute attribute
         4: .line 504
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 508
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.core.IClasspathEntry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/jdt/core/IClasspathEntry;
            2    4     1  attribute  Lorg/eclipse/jdt/core/IClasspathAttribute;
}
SourceFile: "IClasspathEntry.java"