abstract class com.oracle.truffle.api.library.test.examples.TaintTrackingExample$UnknownOperationNode 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.TaintTrackingExample$UnknownOperationNode
  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.TaintTrackingExample$UnknownOperationNode this
         0: .line 149
            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.TaintTrackingExample$UnknownOperationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/examples/TaintTrackingExample$UnknownOperationNode;

  java.lang.Object doDefault(java.lang.Object, com.oracle.truffle.api.library.test.examples.TaintTrackingExample$TaintTestLibrary);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/library/test/examples/TaintTrackingExample$TaintTestLibrary;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.examples.TaintTrackingExample$UnknownOperationNode this
        start local 1 // java.lang.Object sample
        start local 2 // com.oracle.truffle.api.library.test.examples.TaintTrackingExample$TaintTestLibrary samples
         0: .line 154
            aload 2 /* samples */
            aload 1 /* sample */
            invokevirtual com.oracle.truffle.api.library.test.examples.TaintTrackingExample$TaintTestLibrary.sampleOperation:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // com.oracle.truffle.api.library.test.examples.TaintTrackingExample$TaintTestLibrary samples
        end local 1 // java.lang.Object sample
        end local 0 // com.oracle.truffle.api.library.test.examples.TaintTrackingExample$UnknownOperationNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/api/library/test/examples/TaintTrackingExample$UnknownOperationNode;
            0    1     1   sample  Ljava/lang/Object;
            0    1     2  samples  Lcom/oracle/truffle/api/library/test/examples/TaintTrackingExample$TaintTestLibrary;
    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: "TaintTrackingExample.java"
NestHost: com.oracle.truffle.api.library.test.examples.TaintTrackingExample
InnerClasses:
  abstract ExpressionNode = com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ExpressionNode of com.oracle.truffle.api.library.test.examples.ArrayStrategy1
  abstract TaintTestLibrary = com.oracle.truffle.api.library.test.examples.TaintTrackingExample$TaintTestLibrary of com.oracle.truffle.api.library.test.examples.TaintTrackingExample
  abstract UnknownOperationNode = com.oracle.truffle.api.library.test.examples.TaintTrackingExample$UnknownOperationNode of com.oracle.truffle.api.library.test.examples.TaintTrackingExample
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChild()