public class org.jruby.runtime.callsite.MonomorphicCallSite extends org.jruby.runtime.callsite.CachingCallSite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.callsite.MonomorphicCallSite
  super_class: org.jruby.runtime.callsite.CachingCallSite
{
  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.callsite.MonomorphicCallSite this
        start local 1 // java.lang.String methodName
         0: .line 10
            aload 0 /* this */
            aload 1 /* methodName */
            getstatic org.jruby.runtime.CallType.NORMAL:Lorg/jruby/runtime/CallType;
            invokespecial org.jruby.runtime.callsite.CachingCallSite.<init>:(Ljava/lang/String;Lorg/jruby/runtime/CallType;)V
         1: .line 11
            return
        end local 1 // java.lang.String methodName
        end local 0 // org.jruby.runtime.callsite.MonomorphicCallSite this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/jruby/runtime/callsite/MonomorphicCallSite;
            0    2     1  methodName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      methodName  
}
SourceFile: "MonomorphicCallSite.java"