class com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call extends com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call
  super_class: com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode
{
  private com.oracle.truffle.api.nodes.DirectCallNode callNode;
    descriptor: Lcom/oracle/truffle/api/nodes/DirectCallNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  void <init>(com.oracle.truffle.api.source.SourceSection, com.oracle.truffle.api.CallTarget);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/CallTarget;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call this
        start local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        start local 2 // com.oracle.truffle.api.CallTarget descendant
         0: .line 280
            aload 0 /* this */
            aload 1 /* sourceSection */
            invokespecial com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode.<init>:(Lcom/oracle/truffle/api/source/SourceSection;)V
         1: .line 281
            aload 0 /* this */
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            aload 2 /* descendant */
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createDirectCallNode:(Lcom/oracle/truffle/api/CallTarget;)Lcom/oracle/truffle/api/nodes/DirectCallNode;
            invokevirtual com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.api.nodes.DirectCallNode
            putfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
         2: .line 282
            return
        end local 2 // com.oracle.truffle.api.CallTarget descendant
        end local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$Call;
            0    3     1  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            0    3     2     descendant  Lcom/oracle/truffle/api/CallTarget;
    MethodParameters:
               Name  Flags
      sourceSection  
      descendant     

  void <init>(com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call);
    descriptor: (Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$Call;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call this
        start local 1 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call orig
         0: .line 285
            aload 0 /* this */
            aload 1 /* orig */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            invokespecial com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode.<init>:(Lcom/oracle/truffle/api/source/SourceSection;)V
         1: .line 286
            aload 0 /* this */
            aload 1 /* orig */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
            putfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
         2: .line 287
            return
        end local 1 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call orig
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$Call;
            0    3     1  orig  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$Call;
    MethodParameters:
      Name  Flags
      orig  

  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.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call this
         0: .line 291
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCallWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$Call;
    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 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call this
        start local 1 // java.lang.Class tag
         0: .line 296
            aload 1 /* tag */
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$CallTag;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Class tag
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$Call;
            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   

  public void execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 301
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
            iconst_0
            anewarray java.lang.Object
            invokevirtual com.oracle.truffle.api.nodes.DirectCallNode.call:([Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 302
            return
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$Call;
            0    2     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "TestFramesRootTag.java"
NestHost: com.oracle.truffle.api.debug.test.TestFramesRootTag
InnerClasses:
  public final SyntheticRootsLanguage = com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage of com.oracle.truffle.api.debug.test.TestFramesRootTag
  abstract BaseNode = com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode of com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage
  Call = com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call of com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public final CallTag = com.oracle.truffle.api.instrumentation.StandardTags$CallTag of com.oracle.truffle.api.instrumentation.StandardTags
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()