railo.transformer.bytecode.statement
Interface FlowControl

All Known Implementing Classes:
DoWhile, FlowControlBody, For, ForEach, FunctionBody, NativeSwitch, ScriptBody, Switch, TagLoop, TagWhile, While

public interface FlowControl


Method Summary
 org.objectweb.asm.Label getBreakLabel()
           
 org.objectweb.asm.Label getContinueLabel()
           
 

Method Detail

getBreakLabel

org.objectweb.asm.Label getBreakLabel()

getContinueLabel

org.objectweb.asm.Label getContinueLabel()


Copyright © 2012 Railo