public class org.eclipse.equinox.internal.app.MainApplicationLauncher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.equinox.internal.app.MainApplicationLauncher
  super_class: java.lang.Object
{
  private final org.eclipse.equinox.internal.app.EclipseAppContainer appContainer;
    descriptor: Lorg/eclipse/equinox/internal/app/EclipseAppContainer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private ApplicationRunnable launchMainApp;
    descriptor: LApplicationRunnable;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.eclipse.equinox.internal.app.EclipseAppContainer);
    descriptor: (Lorg/eclipse/equinox/internal/app/EclipseAppContainer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.equinox.internal.app.MainApplicationLauncher this
         0: .line 17
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.eclipse.osgi cannot be resolved\n\tApplicationRunnable cannot be resolved to a type\n\tApplicationRunnable cannot be resolved to a type\n\tThe method run(Object) of type MainApplicationLauncher must override or implement a supertype method\n\tApplicationRunnable cannot be resolved to a type\n\tThe method getMainHandle() from the type MainApplicationLauncher refers to the missing type ApplicationRunnable\n\tApplicationRunnable cannot be resolved to a type\n\tApplicationRunnable cannot be resolved to a type\n\tThe method stop() of type MainApplicationLauncher must override or implement a supertype method\n\tApplicationRunnable cannot be resolved to a type\n\tThe method getMainHandle() from the type MainApplicationLauncher refers to the missing type ApplicationRunnable\n\tApplicationRunnable cannot be resolved to a type\n\tApplicationRunnable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.equinox.internal.app.MainApplicationLauncher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/equinox/internal/app/MainApplicationLauncher;
    MethodParameters:
              Name  Flags
      appContainer  

  public java.lang.Object run(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.equinox.internal.app.MainApplicationLauncher this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method run(Object) of type MainApplicationLauncher must override or implement a supertype method\n\tApplicationRunnable cannot be resolved to a type\n\tThe method getMainHandle() from the type MainApplicationLauncher refers to the missing type ApplicationRunnable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.equinox.internal.app.MainApplicationLauncher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/equinox/internal/app/MainApplicationLauncher;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      context  

  private synchronized ApplicationRunnable getMainHandle();
    descriptor: ()LApplicationRunnable;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.equinox.internal.app.MainApplicationLauncher this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tApplicationRunnable cannot be resolved to a type\n\tApplicationRunnable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.equinox.internal.app.MainApplicationLauncher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/equinox/internal/app/MainApplicationLauncher;

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.equinox.internal.app.MainApplicationLauncher this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method stop() of type MainApplicationLauncher must override or implement a supertype method\n\tApplicationRunnable cannot be resolved to a type\n\tThe method getMainHandle() from the type MainApplicationLauncher refers to the missing type ApplicationRunnable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.equinox.internal.app.MainApplicationLauncher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/equinox/internal/app/MainApplicationLauncher;

  synchronized void launch(ApplicationRunnable);
    descriptor: (LApplicationRunnable;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.equinox.internal.app.MainApplicationLauncher this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tApplicationRunnable cannot be resolved to a type\n\tApplicationRunnable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.equinox.internal.app.MainApplicationLauncher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/equinox/internal/app/MainApplicationLauncher;
    MethodParameters:
      Name  Flags
      app   
}
SourceFile: "MainApplicationLauncher.java"