public class org.eclipse.core.internal.runtime.PlatformActivator extends org.eclipse.core.runtime.Plugin implements org.osgi.framework.BundleActivator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.core.internal.runtime.PlatformActivator
  super_class: org.eclipse.core.runtime.Plugin
{
  private static org.osgi.framework.BundleContext context;
    descriptor: Lorg/osgi/framework/BundleContext;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.runtime.PlatformActivator this
         0: .line 25
            aload 0 /* this */
            invokespecial org.eclipse.core.runtime.Plugin.<init>:()V
            return
        end local 0 // org.eclipse.core.internal.runtime.PlatformActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/runtime/PlatformActivator;

  public static org.osgi.framework.BundleContext getContext();
    descriptor: ()Lorg/osgi/framework/BundleContext;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 29
            getstatic org.eclipse.core.internal.runtime.PlatformActivator.context:Lorg/osgi/framework/BundleContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void start(org.osgi.framework.BundleContext);
    descriptor: (Lorg/osgi/framework/BundleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.core.internal.runtime.PlatformActivator this
        start local 1 // org.osgi.framework.BundleContext runtimeContext
         0: .line 34
            aload 1 /* runtimeContext */
            putstatic org.eclipse.core.internal.runtime.PlatformActivator.context:Lorg/osgi/framework/BundleContext;
         1: .line 35
            invokestatic org.eclipse.core.internal.runtime.InternalPlatform.getDefault:()Lorg/eclipse/core/internal/runtime/InternalPlatform;
            aload 1 /* runtimeContext */
            invokevirtual org.eclipse.core.internal.runtime.InternalPlatform.start:(Lorg/osgi/framework/BundleContext;)V
         2: .line 36
            aload 0 /* this */
            invokevirtual org.eclipse.core.internal.runtime.PlatformActivator.startAppContainer:()V
         3: .line 37
            invokestatic org.eclipse.core.internal.runtime.InternalPlatform.getDefault:()Lorg/eclipse/core/internal/runtime/InternalPlatform;
            aload 0 /* this */
            invokevirtual org.eclipse.core.internal.runtime.InternalPlatform.setRuntimeInstance:(Lorg/eclipse/core/runtime/Plugin;)V
         4: .line 38
            aload 0 /* this */
            aload 1 /* runtimeContext */
            invokespecial org.eclipse.core.runtime.Plugin.start:(Lorg/osgi/framework/BundleContext;)V
         5: .line 39
            return
        end local 1 // org.osgi.framework.BundleContext runtimeContext
        end local 0 // org.eclipse.core.internal.runtime.PlatformActivator this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/eclipse/core/internal/runtime/PlatformActivator;
            0    6     1  runtimeContext  Lorg/osgi/framework/BundleContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
                Name  Flags
      runtimeContext  

  public void stop(org.osgi.framework.BundleContext);
    descriptor: (Lorg/osgi/framework/BundleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.core.internal.runtime.PlatformActivator this
        start local 1 // org.osgi.framework.BundleContext runtimeContext
         0: .line 44
            invokestatic org.eclipse.core.internal.runtime.InternalPlatform.getDefault:()Lorg/eclipse/core/internal/runtime/InternalPlatform;
            aload 1 /* runtimeContext */
            invokevirtual org.eclipse.core.internal.runtime.InternalPlatform.stop:(Lorg/osgi/framework/BundleContext;)V
         1: .line 45
            invokestatic org.eclipse.core.internal.runtime.InternalPlatform.getDefault:()Lorg/eclipse/core/internal/runtime/InternalPlatform;
            aconst_null
            invokevirtual org.eclipse.core.internal.runtime.InternalPlatform.setRuntimeInstance:(Lorg/eclipse/core/runtime/Plugin;)V
         2: .line 46
            return
        end local 1 // org.osgi.framework.BundleContext runtimeContext
        end local 0 // org.eclipse.core.internal.runtime.PlatformActivator this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/eclipse/core/internal/runtime/PlatformActivator;
            0    3     1  runtimeContext  Lorg/osgi/framework/BundleContext;
    MethodParameters:
                Name  Flags
      runtimeContext  

  private void startAppContainer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.runtime.PlatformActivator this
         0: .line 50
            invokestatic org.eclipse.equinox.internal.app.CommandLineArgs.getApplicationArgs:()[Ljava/lang/String;
            pop
         1: .line 51
            return
        end local 0 // org.eclipse.core.internal.runtime.PlatformActivator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/core/internal/runtime/PlatformActivator;
}
SourceFile: "PlatformActivator.java"