public class com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode extends com.oracle.truffle.api.nodes.Node implements com.oracle.truffle.api.instrumentation.InstrumentableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode this
         0: .line 397
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 398
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode;

  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=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 402
            iconst_1
            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.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode;
            0    1     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=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode this
         0: .line 407
            ldc "test-custom-variables-scope-legacy-language"
            ldc "test"
            ldc "unknown"
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lcom/oracle/truffle/api/source/Source$LiteralBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$LiteralBuilder.build:()Lcom/oracle/truffle/api/source/Source;
            iconst_1
            invokevirtual com.oracle.truffle.api.source.Source.createSection:(I)Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode;

  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.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode this
         0: .line 411
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCustomScopeLegacyNodeWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode;
    MethodParameters:
       Name  Flags
      probe  

  public boolean isInstrumentable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode this
         0: .line 415
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode;

  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.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode this
        start local 1 // java.lang.Class tag
         0: .line 419
            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.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode;
            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: "VariablesScopeLegacyTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest
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
  public CustomScopeLegacyLanguage = com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage of com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest
  public CustomScopeLegacyNode = com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$CustomScopeLegacyNode of com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage
  public final LiteralBuilder = com.oracle.truffle.api.source.Source$LiteralBuilder of com.oracle.truffle.api.source.Source
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()