abstract class org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode extends com.oracle.truffle.api.nodes.Node implements com.oracle.truffle.api.instrumentation.InstrumentableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode this
         0: .line 113
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode;

  public abstract java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode this
         0: .line 119
            getstatic org.graalvm.compiler.truffle.test.InstrumentationCompilerTest.DUMMY_SECTION:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode;

  public boolean isInstrumentable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode this
         0: .line 124
            iconst_1
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode;

  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 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode this
         0: .line 129
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tInstrumentationCompilerTestScopeNodeWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode;
    MethodParameters:
       Name  Flags
      probe  

  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 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode this
        start local 1 // java.lang.Class tag
         0: .line 134
            aload 1 /* tag */
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$ExpressionTag;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Class tag
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode;
            0    2     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: "NodeLibraryCompilerTest.java"
NestHost: org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest
InnerClasses:
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public final ExpressionTag = com.oracle.truffle.api.instrumentation.StandardTags$ExpressionTag of com.oracle.truffle.api.instrumentation.StandardTags
  abstract InstrumentationCompilerTestScopeNode = org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$InstrumentationCompilerTestScopeNode of org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()