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

  void <init>(org.eclipse.debug.internal.core.WatchExpression);
    descriptor: (Lorg/eclipse/debug/internal/core/WatchExpression;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.debug.internal.core.WatchExpression$1 this
         0: .line 81
            aload 0 /* this */
            aload 1
            putfield org.eclipse.debug.internal.core.WatchExpression$1.this$0:Lorg/eclipse/debug/internal/core/WatchExpression;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.debug.internal.core.WatchExpression$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/debug/internal/core/WatchExpression$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.eclipse.debug.core.model.IValue getValue();
    descriptor: ()Lorg/eclipse/debug/core/model/IValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.debug.internal.core.WatchExpression$1 this
         0: .line 84
            aconst_null
            areturn
        end local 0 // org.eclipse.debug.internal.core.WatchExpression$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/debug/internal/core/WatchExpression$1;

  public boolean hasErrors();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.debug.internal.core.WatchExpression$1 this
         0: .line 88
            iconst_1
            ireturn
        end local 0 // org.eclipse.debug.internal.core.WatchExpression$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/debug/internal/core/WatchExpression$1;

  public java.lang.String[] getErrorMessages();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.debug.internal.core.WatchExpression$1 this
         0: .line 92
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            getstatic org.eclipse.debug.internal.core.DebugCoreMessages.WatchExpression_0:Ljava/lang/String;
            aastore
            areturn
        end local 0 // org.eclipse.debug.internal.core.WatchExpression$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/debug/internal/core/WatchExpression$1;

  public java.lang.String getExpressionText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.debug.internal.core.WatchExpression$1 this
         0: .line 96
            aload 0 /* this */
            getfield org.eclipse.debug.internal.core.WatchExpression$1.this$0:Lorg/eclipse/debug/internal/core/WatchExpression;
            invokevirtual org.eclipse.debug.internal.core.WatchExpression.getExpressionText:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.debug.internal.core.WatchExpression$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/debug/internal/core/WatchExpression$1;

  public org.eclipse.debug.core.DebugException getException();
    descriptor: ()Lorg/eclipse/debug/core/DebugException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.debug.internal.core.WatchExpression$1 this
         0: .line 100
            aconst_null
            areturn
        end local 0 // org.eclipse.debug.internal.core.WatchExpression$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/debug/internal/core/WatchExpression$1;
}
SourceFile: "WatchExpression.java"
EnclosingMethod: org.eclipse.debug.internal.core.WatchExpression.evaluate:()V
NestHost: org.eclipse.debug.internal.core.WatchExpression
InnerClasses:
  org.eclipse.debug.internal.core.WatchExpression$1