public class com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop extends com.oracle.truffle.api.dsl.test.examples.ExampleNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop
  super_class: com.oracle.truffle.api.dsl.test.examples.ExampleNode
{
  int cachedCount;
    descriptor: I
    flags: (0x0000) 

  int genericCount;
    descriptor: I
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop this
         0: .line 84
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.examples.ExampleNode.<init>:()V
         1: .line 86
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop.cachedCount:I
         2: .line 87
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop.genericCount:I
         3: .line 84
            return
        end local 0 // com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/dsl/test/examples/Interop$UseInterop;

  protected java.lang.Object interopCached(com.oracle.truffle.api.frame.VirtualFrame, com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject, java.lang.Object, com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObjectOperation);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/dsl/test/examples/Interop$TruffleObject;Ljava/lang/Object;Lcom/oracle/truffle/api/dsl/test/examples/Interop$TruffleObjectOperation;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject target
        start local 3 // java.lang.Object value
        start local 4 // com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObjectOperation operation
         0: .line 92
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop.cachedCount:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop.cachedCount:I
         1: .line 93
            aload 4 /* operation */
            aload 1 /* frame */
            aload 2 /* target */
            aload 3 /* value */
            invokevirtual com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObjectOperation.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObjectOperation operation
        end local 3 // java.lang.Object value
        end local 2 // com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject target
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/oracle/truffle/api/dsl/test/examples/Interop$UseInterop;
            0    2     1      frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    2     2     target  Lcom/oracle/truffle/api/dsl/test/examples/Interop$TruffleObject;
            0    2     3      value  Ljava/lang/Object;
            0    2     4  operation  Lcom/oracle/truffle/api/dsl/test/examples/Interop$TruffleObjectOperation;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"operation.accept(target)"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        com.oracle.truffle.api.dsl.Cached(value = "target.createOperation()")
    MethodParameters:
           Name  Flags
      frame      
      target     
      value      
      operation  

  protected java.lang.Object interopGeneric(com.oracle.truffle.api.frame.VirtualFrame, com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/dsl/test/examples/Interop$TruffleObject;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject target
        start local 3 // java.lang.Object value
         0: .line 98
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop.genericCount:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop.genericCount:I
         1: .line 99
            aload 2 /* target */
            invokevirtual com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject.createOperation:()Lcom/oracle/truffle/api/dsl/test/examples/Interop$TruffleObjectOperation;
            aload 1 /* frame */
            aload 2 /* target */
            aload 3 /* value */
            invokevirtual com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObjectOperation.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 3 // java.lang.Object value
        end local 2 // com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject target
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/api/dsl/test/examples/Interop$UseInterop;
            0    2     1   frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    2     2  target  Lcom/oracle/truffle/api/dsl/test/examples/Interop$TruffleObject;
            0    2     3   value  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"interopCached"})
    MethodParameters:
        Name  Flags
      frame   
      target  
      value   
}
SourceFile: "Interop.java"
NestHost: com.oracle.truffle.api.dsl.test.examples.Interop
InnerClasses:
  public TruffleObject = com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject of com.oracle.truffle.api.dsl.test.examples.Interop
  public abstract TruffleObjectOperation = com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObjectOperation of com.oracle.truffle.api.dsl.test.examples.Interop
  public UseInterop = com.oracle.truffle.api.dsl.test.examples.Interop$UseInterop of com.oracle.truffle.api.dsl.test.examples.Interop