public interface org.jruby.ir.instructions.ClosureAcceptingInstr
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.jruby.ir.instructions.ClosureAcceptingInstr
super_class: java.lang.Object
{
public abstract org.jruby.ir.operands.Operand getClosureArg();
descriptor: ()Lorg/jruby/ir/operands/Operand;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean hasLiteralClosure();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ClosureAcceptingInstr.java"