railo.transformer.bytecode.statement
Interface FlowControlContinue

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

public interface FlowControlContinue
extends FlowControl


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

Method Detail

getContinueLabel

org.objectweb.asm.Label getContinueLabel()


Copyright © 2012 Railo