public interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.debug.core.model.ILaunchConfigurationDelegate
  super_class: java.lang.Object
{
  public abstract void launch(org.eclipse.debug.core.ILaunchConfiguration, java.lang.String, org.eclipse.debug.core.ILaunch, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/debug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
               Name  Flags
      configuration  
      mode           
      launch         
      monitor        

  public java.lang.String showCommandLine(org.eclipse.debug.core.ILaunchConfiguration, java.lang.String, org.eclipse.debug.core.ILaunch, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/debug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // org.eclipse.debug.core.model.ILaunchConfigurationDelegate this
        start local 1 // org.eclipse.debug.core.ILaunchConfiguration configuration
        start local 2 // java.lang.String mode
        start local 3 // org.eclipse.debug.core.ILaunch launch
        start local 4 // org.eclipse.core.runtime.IProgressMonitor monitor
         0: .line 81
            ldc ""
            areturn
        end local 4 // org.eclipse.core.runtime.IProgressMonitor monitor
        end local 3 // org.eclipse.debug.core.ILaunch launch
        end local 2 // java.lang.String mode
        end local 1 // org.eclipse.debug.core.ILaunchConfiguration configuration
        end local 0 // org.eclipse.debug.core.model.ILaunchConfigurationDelegate this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/debug/core/model/ILaunchConfigurationDelegate;
            0    1     1  configuration  Lorg/eclipse/debug/core/ILaunchConfiguration;
            0    1     2           mode  Ljava/lang/String;
            0    1     3         launch  Lorg/eclipse/debug/core/ILaunch;
            0    1     4        monitor  Lorg/eclipse/core/runtime/IProgressMonitor;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
               Name  Flags
      configuration  
      mode           
      launch         
      monitor        
}
SourceFile: "ILaunchConfigurationDelegate.java"