railo.transformer.bytecode.statement
Interface FlowControlBreak

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

public interface FlowControlBreak
extends FlowControl


Field Summary
 
Fields inherited from interface railo.transformer.bytecode.statement.FlowControl
BREAK, CONTINUE, RETRY
 
Method Summary
 org.objectweb.asm.Label getBreakLabel()
           
 
Methods inherited from interface railo.transformer.bytecode.statement.FlowControl
getLabel
 

Method Detail

getBreakLabel

org.objectweb.asm.Label getBreakLabel()


Copyright © 2012 Railo