railo.transformer.bytecode.visitor
Interface LoopVisitor

All Known Implementing Classes:
DoWhileVisitor, ForConditionIntVisitor, ForDoubleVisitor, ForIntVisitor, ForVisitor, WhileVisitor

public interface LoopVisitor


Method Summary
 org.objectweb.asm.Label getBreakLabel()
           
 org.objectweb.asm.Label getContinueLabel()
           
 void visitBreak(BytecodeContext bc)
           
 void visitContinue(BytecodeContext bc)
           
 

Method Detail

visitContinue

void visitContinue(BytecodeContext bc)

visitBreak

void visitBreak(BytecodeContext bc)

getContinueLabel

org.objectweb.asm.Label getContinueLabel()

getBreakLabel

org.objectweb.asm.Label getBreakLabel()


Copyright © 2012 Railo