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

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

There is a newer version: 9.4.12.0
Show newest version
package org.jruby.ir.instructions;

import org.jruby.ir.operands.Label;

/**
 * Simple interface so we can ask for jump label for branches or jumps
 */
public interface JumpTargetInstr {
    Label getJumpTarget();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy