railo.transformer.bytecode.statement.tag
Class TagBreak

java.lang.Object
  extended by railo.transformer.bytecode.statement.StatementBase
      extended by railo.transformer.bytecode.statement.tag.TagBase
          extended by railo.transformer.bytecode.statement.tag.TagBreak
All Implemented Interfaces:
Statement, HasBody, Tag

public final class TagBreak
extends TagBase


Constructor Summary
TagBreak(Position start, Position end)
           
 
Method Summary
 void _writeOut(BytecodeContext bc)
          write out the stament to the adater
 FlowControlFinal getFlowControlFinal()
           
 void setLabel(String label)
           
 void setParent(Statement parent)
          sets parent statement to statement
 
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
 
Methods inherited from class railo.transformer.bytecode.statement.StatementBase
getDescendantCount, getEnd, getParent, getStart, hasFlowController, setEnd, setHasFlowController, setStart, writeOut
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface railo.transformer.bytecode.Statement
getEnd, getParent, getStart, hasFlowController, setEnd, setHasFlowController, setStart, writeOut
 

Constructor Detail

TagBreak

public TagBreak(Position start,
                Position end)
Method Detail

_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)

setParent

public void setParent(Statement parent)
Description copied from interface: Statement
sets parent statement to statement

Specified by:
setParent in interface Statement
Overrides:
setParent in class StatementBase
See Also:
StatementBase.setParent(railo.transformer.bytecode.Statement)

getFlowControlFinal

public FlowControlFinal getFlowControlFinal()
Returns:
return the label where the finally block of this tags starts, IF there is a finally block, otherwise return null;

setLabel

public void setLabel(String label)


Copyright © 2012 Railo