class org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1 implements org.eclipse.core.runtime.ISafeRunnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1
  super_class: java.lang.Object
{
  final org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation this$0;
    descriptor: Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jdt.core.compiler.CompilationParticipant val$participant;
    descriptor: Lorg/eclipse/jdt/core/compiler/CompilationParticipant;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jdt.core.compiler.ReconcileContext val$context;
    descriptor: Lorg/eclipse/jdt/core/compiler/ReconcileContext;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation, org.eclipse.jdt.core.compiler.CompilationParticipant, org.eclipse.jdt.core.compiler.ReconcileContext);
    descriptor: (Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;Lorg/eclipse/jdt/core/compiler/CompilationParticipant;Lorg/eclipse/jdt/core/compiler/ReconcileContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1 this
         0: .line 247
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1.this$0:Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1.val$participant:Lorg/eclipse/jdt/core/compiler/CompilationParticipant;
            aload 0 /* this */
            aload 3
            putfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1.val$context:Lorg/eclipse/jdt/core/compiler/ReconcileContext;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation$1;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$participant  final
      val$context      final

  public void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1 this
        start local 1 // java.lang.Throwable exception
         0: .line 250
            aload 1 /* exception */
            instanceof java.lang.Error
            ifeq 2
         1: .line 251
            aload 1 /* exception */
            checkcast java.lang.Error
            athrow
         2: .line 252
      StackMap locals:
      StackMap stack:
            aload 1 /* exception */
            instanceof org.eclipse.core.runtime.OperationCanceledException
            ifeq 4
         3: .line 253
            aload 1 /* exception */
            checkcast org.eclipse.core.runtime.OperationCanceledException
            athrow
         4: .line 254
      StackMap locals:
      StackMap stack:
            aload 1 /* exception */
            instanceof java.lang.UnsupportedOperationException
            ifeq 7
         5: .line 256
            aload 1 /* exception */
            ldc "Reconcile participant attempted to modify the buffer of the working copy being reconciled"
            invokestatic org.eclipse.jdt.internal.core.util.Util.log:(Ljava/lang/Throwable;Ljava/lang/String;)V
         6: .line 257
            goto 8
         7: .line 258
      StackMap locals:
      StackMap stack:
            aload 1 /* exception */
            ldc "Exception occurred in reconcile participant"
            invokestatic org.eclipse.jdt.internal.core.util.Util.log:(Ljava/lang/Throwable;Ljava/lang/String;)V
         8: .line 259
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable exception
        end local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation$1;
            0    9     1  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      exception  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1 this
         0: .line 262
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1.val$participant:Lorg/eclipse/jdt/core/compiler/CompilationParticipant;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1.val$context:Lorg/eclipse/jdt/core/compiler/ReconcileContext;
            invokevirtual org.eclipse.jdt.core.compiler.CompilationParticipant.reconcile:(Lorg/eclipse/jdt/core/compiler/ReconcileContext;)V
         1: .line 263
            return
        end local 0 // org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/ReconcileWorkingCopyOperation$1;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "ReconcileWorkingCopyOperation.java"
EnclosingMethod: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.notifyParticipants:(Lorg/eclipse/jdt/internal/core/CompilationUnit;)V
NestHost: org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
InnerClasses:
  org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1