railo.transformer.bytecode.statement
Interface FlowControl

All Known Subinterfaces:
FlowControlBreak, FlowControlContinue, FlowControlRetry
All Known Implementing Classes:
DoWhile, FlowControlBody, For, ForEach, FunctionBody, NativeSwitch, ScriptBody, Switch, TagLoop, TagTry, TagWhile, TryCatchFinally, While

public interface FlowControl


Field Summary
static int BREAK
           
static int CONTINUE
           
static int RETRY
           
 
Method Summary
 String getLabel()
           
 

Field Detail

BREAK

static final int BREAK
See Also:
Constant Field Values

CONTINUE

static final int CONTINUE
See Also:
Constant Field Values

RETRY

static final int RETRY
See Also:
Constant Field Values
Method Detail

getLabel

String getLabel()


Copyright © 2012 Railo