public abstract class org.jruby.ir.instructions.ReceiveExceptionBase extends org.jruby.ir.instructions.NoOperandResultBaseInstr implements org.jruby.ir.instructions.FixedArityInstr
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.jruby.ir.instructions.ReceiveExceptionBase
super_class: org.jruby.ir.instructions.NoOperandResultBaseInstr
{
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/jruby/ir/instructions/ReceiveExceptionBase;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.jruby.ir.instructions.ReceiveExceptionBase.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.jruby.ir.Operation, org.jruby.ir.operands.Variable);
descriptor: (Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.jruby.ir.instructions.NoOperandResultBaseInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;)V
1: getstatic org.jruby.ir.instructions.ReceiveExceptionBase.$assertionsDisabled:Z
ifne 2
aload 2
ifnonnull 2
new java.lang.AssertionError
dup
ldc "ResultExceptionInstr result is null"
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
2: StackMap locals: org.jruby.ir.instructions.ReceiveExceptionBase org.jruby.ir.Operation org.jruby.ir.operands.Variable
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/ir/instructions/ReceiveExceptionBase;
0 3 1 op Lorg/jruby/ir/Operation;
0 3 2 result Lorg/jruby/ir/operands/Variable;
MethodParameters:
Name Flags
op
result
}
SourceFile: "ReceiveExceptionBase.java"