All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jruby.ir.instructions.ClosureAcceptingInstr Maven / Gradle / Ivy

package org.jruby.ir.instructions;

import org.jruby.ir.operands.Operand;

/**
 * Marks instrs that accept closure args.
 * Currently, CallBase and BuildLambdaInstr implement this.
 */
public interface ClosureAcceptingInstr {
    public Operand getClosureArg();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy