public final class TagWhile extends TagBaseNoFinal implements FlowControlBreak, FlowControlContinue
BREAK, CONTINUE, RETRY
Modifier and Type | Method and Description |
---|---|
void |
_writeOut(BytecodeContext bc)
write out the stament to the adater
|
org.objectweb.asm.Label |
getBreakLabel() |
org.objectweb.asm.Label |
getContinueLabel() |
String |
getLabel() |
void |
setLabel(String label) |
getFlowControlFinal
_writeOut, addAttribute, addMetaData, addMissingAttribute, containsAttribute, getAppendix, getAttribute, getAttributes, getBody, getFullname, getMetaData, getMissingAttributes, getTagLibTag, isScriptBase, removeAttribute, setAppendix, setBody, setFullname, setScriptBase, setTagLibTag, toString
getDescendantCount, getEnd, getParent, getStart, hasFlowController, setEnd, setHasFlowController, setParent, setStart, writeOut
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEnd, getParent, getStart, hasFlowController, setEnd, setHasFlowController, setParent, setStart, writeOut
public void _writeOut(BytecodeContext bc) throws BytecodeException
StatementBase
_writeOut
in class TagBase
BytecodeException
lucee.transformer.bytecode.statement.StatementBase#_writeOut(org.objectweb.asm.commons.GeneratorAdapter)
public org.objectweb.asm.Label getBreakLabel()
getBreakLabel
in interface FlowControlBreak
lucee.transformer.bytecode.statement.FlowControl#getBreakLabel()
public org.objectweb.asm.Label getContinueLabel()
getContinueLabel
in interface FlowControlContinue
lucee.transformer.bytecode.statement.FlowControl#getContinueLabel()
public String getLabel()
getLabel
in interface FlowControl
Copyright © 2015 Lucee