railo.transformer.bytecode.statement
Class FlowControlFinalImpl

java.lang.Object
  extended by railo.transformer.bytecode.statement.FlowControlFinalImpl
All Implemented Interfaces:
FlowControlFinal

public class FlowControlFinalImpl
extends Object
implements FlowControlFinal


Constructor Summary
FlowControlFinalImpl()
           
 
Method Summary
 org.objectweb.asm.Label getAfterFinalGOTOLabel()
           
 org.objectweb.asm.Label getFinalEntryLabel()
           
 void setAfterFinalGOTOLabel(org.objectweb.asm.Label gotoLabel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowControlFinalImpl

public FlowControlFinalImpl()
Method Detail

setAfterFinalGOTOLabel

public void setAfterFinalGOTOLabel(org.objectweb.asm.Label gotoLabel)
Specified by:
setAfterFinalGOTOLabel in interface FlowControlFinal

getAfterFinalGOTOLabel

public org.objectweb.asm.Label getAfterFinalGOTOLabel()
Specified by:
getAfterFinalGOTOLabel in interface FlowControlFinal

getFinalEntryLabel

public org.objectweb.asm.Label getFinalEntryLabel()
Specified by:
getFinalEntryLabel in interface FlowControlFinal


Copyright © 2012 Railo