railo.transformer.bytecode.visitor
Class TryCatchFinallyData

java.lang.Object
  extended by railo.transformer.bytecode.visitor.TryCatchFinallyData

public class TryCatchFinallyData
extends Object


Constructor Summary
TryCatchFinallyData(org.objectweb.asm.Label l)
           
 
Method Summary
 org.objectweb.asm.Label getFinallyBegin()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TryCatchFinallyData

public TryCatchFinallyData(org.objectweb.asm.Label l)
Method Detail

getFinallyBegin

public org.objectweb.asm.Label getFinallyBegin()
Returns:
the finallyBegin


Copyright © 2012 Railo