railo.transformer.bytecode.statement.tag
Class TagWhile
java.lang.Object
railo.transformer.bytecode.statement.StatementBase
railo.transformer.bytecode.statement.tag.TagBase
railo.transformer.bytecode.statement.tag.TagBaseNoFinal
railo.transformer.bytecode.statement.tag.TagWhile
- All Implemented Interfaces:
- Statement, FlowControl, FlowControlBreak, FlowControlContinue, HasBody, Tag
public final class TagWhile
- extends TagBaseNoFinal
- implements FlowControlBreak, FlowControlContinue
Methods inherited from class railo.transformer.bytecode.statement.tag.TagBase |
_writeOut, addAttribute, addMetaData, addMissingAttribute, containsAttribute, getAppendix, getAttribute, getAttributes, getBody, getFullname, getMetaData, getMissingAttributes, getTagLibTag, isScriptBase, removeAttribute, setAppendix, setBody, setFullname, setScriptBase, setTagLibTag, toString |
TagWhile
public TagWhile(Position start,
Position end)
_writeOut
public void _writeOut(BytecodeContext bc)
throws BytecodeException
- Description copied from class:
StatementBase
- write out the stament to the adater
- Overrides:
_writeOut
in class TagBase
- Throws:
BytecodeException
- See Also:
railo.transformer.bytecode.statement.StatementBase#_writeOut(org.objectweb.asm.commons.GeneratorAdapter)
getBreakLabel
public org.objectweb.asm.Label getBreakLabel()
- Specified by:
getBreakLabel
in interface FlowControlBreak
- See Also:
railo.transformer.bytecode.statement.FlowControl#getBreakLabel()
getContinueLabel
public org.objectweb.asm.Label getContinueLabel()
- Specified by:
getContinueLabel
in interface FlowControlContinue
- See Also:
railo.transformer.bytecode.statement.FlowControl#getContinueLabel()
getLabel
public String getLabel()
- Specified by:
getLabel
in interface FlowControl
setLabel
public void setLabel(String label)
Copyright © 2012 Railo