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

org.jruby.compiler.ir.instructions.ExceptionRegionStartMarkerInstr Maven / Gradle / Ivy

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

import java.util.Map;
import java.util.List;
import java.util.ArrayList;

import org.jruby.compiler.ir.Operation;
import org.jruby.compiler.ir.operands.Operand;
import org.jruby.compiler.ir.operands.Label;
import org.jruby.compiler.ir.representations.BasicBlock;
import org.jruby.compiler.ir.representations.InlinerInfo;

public class ExceptionRegionStartMarkerInstr extends Instr
{
    private static Operand[] _empty = new Operand[] {};

    final public Label _begin;
    final public Label _end;
    final public List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy