org.jruby.compiler.ir.representations
Class ExceptionRegion
java.lang.Object
org.jruby.compiler.ir.representations.ExceptionRegion
public class ExceptionRegion
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionRegion
public ExceptionRegion(java.util.List<Label> rescueBlockLabels)
setEndBB
public void setEndBB(BasicBlock bb)
addBB
public void addBB(BasicBlock bb)
addNestedRegion
public void addNestedRegion(ExceptionRegion r)
setFirstRescueBB
public void setFirstRescueBB(BasicBlock frbb)
getFirstRescueBlockLabel
public Label getFirstRescueBlockLabel()
cloneForInlining
public ExceptionRegion cloneForInlining(InlinerInfo ii)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.