class com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode extends com.oracle.truffle.api.nodes.Node implements com.oracle.truffle.api.instrumentation.InstrumentableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  private final com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 193
            ldc Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode this
        start local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 197
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 198
            aload 0 /* this */
            aload 1 /* sourceSection */
            putfield com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         2: .line 199
            return
        end local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode;
            0    3     1  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
               Name  Flags
      sourceSection  

  public boolean isInstrumentable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode this
         0: .line 203
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode;

  public com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode createWrapper(com.oracle.truffle.api.instrumentation.ProbeNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/ProbeNode;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode this
         0: .line 208
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNrStatementLegacyNodeWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode;
    MethodParameters:
       Name  Flags
      probe  

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 212
            getstatic com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode.$assertionsDisabled:Z
            ifne 1
            aload 1 /* frame */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 213
      StackMap locals:
      StackMap stack:
            bipush 10
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode;
            0    2     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode this
         0: .line 218
            aload 0 /* this */
            getfield com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode;

  public boolean hasTag(java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode this
        start local 1 // java.lang.Class tag
         0: .line 223
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$StatementTag;
            aload 1 /* tag */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Class tag
        end local 0 // com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/test/NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode;
            0    1     1   tag  Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;
    Signature: (Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;)Z
    MethodParameters:
      Name  Flags
      tag   
}
SourceFile: "NotReadableValuesLegacyTest.java"
NestHost: com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest
InnerClasses:
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public final StatementTag = com.oracle.truffle.api.instrumentation.StandardTags$StatementTag of com.oracle.truffle.api.instrumentation.StandardTags
  NotReadableValuesLanguage = com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage of com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest
  NrStatementLegacyNode = com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage$NrStatementLegacyNode of com.oracle.truffle.tools.chromeinspector.test.NotReadableValuesLegacyTest$NotReadableValuesLanguage
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()