class org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple
  super_class: java.lang.Object
{
  static final org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple NULL_CACHE;
    descriptor: Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  public final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final boolean checkVisibility;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.jruby.runtime.callsite.CacheEntry respondToMethod;
    descriptor: Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.jruby.runtime.callsite.CacheEntry entry;
    descriptor: Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.jruby.runtime.builtin.IRubyObject respondsTo;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final boolean respondsToBoolean;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 18
            new org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple
            dup
            ldc ""
            iconst_1
            getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
            getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
            invokespecial org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.<init>:(Ljava/lang/String;ZLorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/callsite/CacheEntry;)V
            putstatic org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.NULL_CACHE:Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, boolean, org.jruby.runtime.callsite.CacheEntry, org.jruby.runtime.callsite.CacheEntry, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Ljava/lang/String;ZLorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple this
        start local 1 // java.lang.String name
        start local 2 // boolean checkVisibility
        start local 3 // org.jruby.runtime.callsite.CacheEntry respondToMethod
        start local 4 // org.jruby.runtime.callsite.CacheEntry entry
        start local 5 // org.jruby.runtime.builtin.IRubyObject respondsTo
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            aload 1 /* name */
            putfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.name:Ljava/lang/String;
         2: .line 28
            aload 0 /* this */
            iload 2 /* checkVisibility */
            putfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.checkVisibility:Z
         3: .line 29
            aload 0 /* this */
            aload 3 /* respondToMethod */
            putfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondToMethod:Lorg/jruby/runtime/callsite/CacheEntry;
         4: .line 30
            aload 0 /* this */
            aload 4 /* entry */
            putfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.entry:Lorg/jruby/runtime/callsite/CacheEntry;
         5: .line 31
            aload 0 /* this */
            aload 5 /* respondsTo */
            putfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondsTo:Lorg/jruby/runtime/builtin/IRubyObject;
         6: .line 32
            aload 0 /* this */
            aload 5 /* respondsTo */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            putfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondsToBoolean:Z
         7: .line 33
            return
        end local 5 // org.jruby.runtime.builtin.IRubyObject respondsTo
        end local 4 // org.jruby.runtime.callsite.CacheEntry entry
        end local 3 // org.jruby.runtime.callsite.CacheEntry respondToMethod
        end local 2 // boolean checkVisibility
        end local 1 // java.lang.String name
        end local 0 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            0    8     1             name  Ljava/lang/String;
            0    8     2  checkVisibility  Z
            0    8     3  respondToMethod  Lorg/jruby/runtime/callsite/CacheEntry;
            0    8     4            entry  Lorg/jruby/runtime/callsite/CacheEntry;
            0    8     5       respondsTo  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
                 Name  Flags
      name             
      checkVisibility  
      respondToMethod  
      entry            
      respondsTo       

  public void <init>(java.lang.String, boolean, org.jruby.runtime.callsite.CacheEntry, org.jruby.runtime.callsite.CacheEntry);
    descriptor: (Ljava/lang/String;ZLorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/callsite/CacheEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple this
        start local 1 // java.lang.String name
        start local 2 // boolean checkVisibility
        start local 3 // org.jruby.runtime.callsite.CacheEntry respondToMethod
        start local 4 // org.jruby.runtime.callsite.CacheEntry entry
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* name */
            putfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.name:Ljava/lang/String;
         2: .line 37
            aload 0 /* this */
            iload 2 /* checkVisibility */
            putfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.checkVisibility:Z
         3: .line 38
            aload 0 /* this */
            aload 3 /* respondToMethod */
            putfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondToMethod:Lorg/jruby/runtime/callsite/CacheEntry;
         4: .line 39
            aload 0 /* this */
            aload 4 /* entry */
            putfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.entry:Lorg/jruby/runtime/callsite/CacheEntry;
         5: .line 40
            aload 0 /* this */
            aconst_null
            putfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondsTo:Lorg/jruby/runtime/builtin/IRubyObject;
         6: .line 41
            aload 0 /* this */
            iconst_0
            putfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondsToBoolean:Z
         7: .line 42
            return
        end local 4 // org.jruby.runtime.callsite.CacheEntry entry
        end local 3 // org.jruby.runtime.callsite.CacheEntry respondToMethod
        end local 2 // boolean checkVisibility
        end local 1 // java.lang.String name
        end local 0 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            0    8     1             name  Ljava/lang/String;
            0    8     2  checkVisibility  Z
            0    8     3  respondToMethod  Lorg/jruby/runtime/callsite/CacheEntry;
            0    8     4            entry  Lorg/jruby/runtime/callsite/CacheEntry;
    MethodParameters:
                 Name  Flags
      name             
      checkVisibility  
      respondToMethod  
      entry            

  public boolean cacheOk(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple this
        start local 1 // org.jruby.RubyClass klass
         0: .line 45
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.respondToMethod:Lorg/jruby/runtime/callsite/CacheEntry;
            aload 1 /* klass */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 1
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple.entry:Lorg/jruby/runtime/callsite/CacheEntry;
            aload 1 /* klass */
            invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.jruby.RubyClass klass
        end local 0 // org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/callsite/RespondToCallSite$RespondToTuple;
            0    2     1  klass  Lorg/jruby/RubyClass;
    MethodParameters:
       Name  Flags
      klass  
}
SourceFile: "RespondToCallSite.java"
NestHost: org.jruby.runtime.callsite.RespondToCallSite
InnerClasses:
  private RespondToTuple = org.jruby.runtime.callsite.RespondToCallSite$RespondToTuple of org.jruby.runtime.callsite.RespondToCallSite