abstract class com.oracle.truffle.api.library.test.examples.DynamicDispatchExample$SampleOperationNode extends com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ExpressionNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.library.test.examples.DynamicDispatchExample$SampleOperationNode
  super_class: com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ExpressionNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.examples.DynamicDispatchExample$SampleOperationNode this
         0: .line 111
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ExpressionNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.examples.DynamicDispatchExample$SampleOperationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/examples/DynamicDispatchExample$SampleOperationNode;

  java.lang.String doDefault(java.lang.Object, com.oracle.truffle.api.library.test.examples.DynamicDispatchExample$SampleLibrary);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/library/test/examples/DynamicDispatchExample$SampleLibrary;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.examples.DynamicDispatchExample$SampleOperationNode this
        start local 1 // java.lang.Object sample
        start local 2 // com.oracle.truffle.api.library.test.examples.DynamicDispatchExample$SampleLibrary samples
         0: .line 116
            aload 2 /* samples */
            aload 1 /* sample */
            invokevirtual com.oracle.truffle.api.library.test.examples.DynamicDispatchExample$SampleLibrary.message:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 2 // com.oracle.truffle.api.library.test.examples.DynamicDispatchExample$SampleLibrary samples
        end local 1 // java.lang.Object sample
        end local 0 // com.oracle.truffle.api.library.test.examples.DynamicDispatchExample$SampleOperationNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/api/library/test/examples/DynamicDispatchExample$SampleOperationNode;
            0    1     1   sample  Ljava/lang/Object;
            0    1     2  samples  Lcom/oracle/truffle/api/library/test/examples/DynamicDispatchExample$SampleLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "2")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "sample")
    MethodParameters:
         Name  Flags
      sample   
      samples  
}
SourceFile: "DynamicDispatchExample.java"
NestHost: com.oracle.truffle.api.library.test.examples.DynamicDispatchExample
InnerClasses:
  abstract ExpressionNode = com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ExpressionNode of com.oracle.truffle.api.library.test.examples.ArrayStrategy1
  abstract SampleLibrary = com.oracle.truffle.api.library.test.examples.DynamicDispatchExample$SampleLibrary of com.oracle.truffle.api.library.test.examples.DynamicDispatchExample
  abstract SampleOperationNode = com.oracle.truffle.api.library.test.examples.DynamicDispatchExample$SampleOperationNode of com.oracle.truffle.api.library.test.examples.DynamicDispatchExample
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChild()