public class org.jruby.ir.instructions.PushMethodFrameInstr extends org.jruby.ir.instructions.NoOperandInstr implements org.jruby.ir.instructions.FixedArityInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.instructions.PushMethodFrameInstr
  super_class: org.jruby.ir.instructions.NoOperandInstr
{
  private final org.jruby.RubySymbol frameName;
    descriptor: Lorg/jruby/RubySymbol;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.runtime.Visibility visibility;
    descriptor: Lorg/jruby/runtime/Visibility;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.RubySymbol, org.jruby.runtime.Visibility);
    descriptor: (Lorg/jruby/RubySymbol;Lorg/jruby/runtime/Visibility;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.PushMethodFrameInstr this
        start local 1 // org.jruby.RubySymbol frameName
        start local 2 // org.jruby.runtime.Visibility visibility
         0: .line 16
            aload 0 /* this */
            getstatic org.jruby.ir.Operation.PUSH_METHOD_FRAME:Lorg/jruby/ir/Operation;
            invokespecial org.jruby.ir.instructions.NoOperandInstr.<init>:(Lorg/jruby/ir/Operation;)V
         1: .line 18
            aload 0 /* this */
            aload 1 /* frameName */
            putfield org.jruby.ir.instructions.PushMethodFrameInstr.frameName:Lorg/jruby/RubySymbol;
         2: .line 19
            aload 0 /* this */
            aload 2 /* visibility */
            putfield org.jruby.ir.instructions.PushMethodFrameInstr.visibility:Lorg/jruby/runtime/Visibility;
         3: .line 20
            return
        end local 2 // org.jruby.runtime.Visibility visibility
        end local 1 // org.jruby.RubySymbol frameName
        end local 0 // org.jruby.ir.instructions.PushMethodFrameInstr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jruby/ir/instructions/PushMethodFrameInstr;
            0    4     1   frameName  Lorg/jruby/RubySymbol;
            0    4     2  visibility  Lorg/jruby/runtime/Visibility;
    MethodParameters:
            Name  Flags
      frameName   
      visibility  

  public org.jruby.RubySymbol getFrameName();
    descriptor: ()Lorg/jruby/RubySymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.PushMethodFrameInstr this
         0: .line 23
            aload 0 /* this */
            getfield org.jruby.ir.instructions.PushMethodFrameInstr.frameName:Lorg/jruby/RubySymbol;
            areturn
        end local 0 // org.jruby.ir.instructions.PushMethodFrameInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/PushMethodFrameInstr;

  public org.jruby.runtime.Visibility getVisibility();
    descriptor: ()Lorg/jruby/runtime/Visibility;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.PushMethodFrameInstr this
         0: .line 27
            aload 0 /* this */
            getfield org.jruby.ir.instructions.PushMethodFrameInstr.visibility:Lorg/jruby/runtime/Visibility;
            areturn
        end local 0 // org.jruby.ir.instructions.PushMethodFrameInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/PushMethodFrameInstr;

  public org.jruby.ir.instructions.Instr clone(org.jruby.ir.transformations.inlining.CloneInfo);
    descriptor: (Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/instructions/Instr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.PushMethodFrameInstr this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
         0: .line 32
            aload 1 /* ii */
            instanceof org.jruby.ir.transformations.inlining.SimpleCloneInfo
            ifeq 1
            aload 0 /* this */
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.ir.instructions.NopInstr.NOP:Lorg/jruby/ir/instructions/NopInstr;
      StackMap locals:
      StackMap stack: org.jruby.ir.instructions.NoOperandInstr
         2: areturn
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
        end local 0 // org.jruby.ir.instructions.PushMethodFrameInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/instructions/PushMethodFrameInstr;
            0    3     1    ii  Lorg/jruby/ir/transformations/inlining/CloneInfo;
    MethodParameters:
      Name  Flags
      ii    

  public static org.jruby.ir.instructions.PushMethodFrameInstr decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/instructions/PushMethodFrameInstr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 36
            new org.jruby.ir.instructions.PushMethodFrameInstr
            dup
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeSymbol:()Lorg/jruby/RubySymbol;
            invokestatic org.jruby.runtime.Visibility.values:()[Lorg/jruby/runtime/Visibility;
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeByte:()B
            aaload
            invokespecial org.jruby.ir.instructions.PushMethodFrameInstr.<init>:(Lorg/jruby/RubySymbol;Lorg/jruby/runtime/Visibility;)V
            areturn
        end local 0 // org.jruby.ir.persistence.IRReaderDecoder d
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     d  Lorg/jruby/ir/persistence/IRReaderDecoder;
    MethodParameters:
      Name  Flags
      d     

  public void visit(org.jruby.ir.IRVisitor);
    descriptor: (Lorg/jruby/ir/IRVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.PushMethodFrameInstr this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 41
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.PushMethodFrameInstr:(Lorg/jruby/ir/instructions/PushMethodFrameInstr;)V
         1: .line 42
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.instructions.PushMethodFrameInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/instructions/PushMethodFrameInstr;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "PushMethodFrameInstr.java"