public interface org.eclipse.jdt.launching.IRuntimeClasspathEntry2 extends org.eclipse.jdt.launching.IRuntimeClasspathEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jdt.launching.IRuntimeClasspathEntry2
  super_class: java.lang.Object
{
  public abstract void initializeFrom(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
         Name  Flags
      memento  

  public abstract java.lang.String getTypeId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract org.eclipse.jdt.launching.IRuntimeClasspathEntry[] getRuntimeClasspathEntries(org.eclipse.debug.core.ILaunchConfiguration);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfiguration;)[Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
               Name  Flags
      configuration  

  public org.eclipse.jdt.launching.IRuntimeClasspathEntry[] getRuntimeClasspathEntries(boolean);
    descriptor: (Z)[Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.launching.IRuntimeClasspathEntry2 this
        start local 1 // boolean excludeTestCode
         0: .line 86
            aload 0 /* this */
            aconst_null
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry2.getRuntimeClasspathEntries:(Lorg/eclipse/debug/core/ILaunchConfiguration;)[Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            areturn
        end local 1 // boolean excludeTestCode
        end local 0 // org.eclipse.jdt.launching.IRuntimeClasspathEntry2 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry2;
            0    1     1  excludeTestCode  Z
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
                 Name  Flags
      excludeTestCode  

  public abstract java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "IRuntimeClasspathEntry2.java"