railo.transformer.bytecode.statement.tag
Class TagComponent

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.TagComponent
All Implemented Interfaces:
Statement, HasBody, Tag

public class TagComponent
extends TagBase


Constructor Summary
TagComponent(Position start, Position end)
          Constructor of the class
 
Method Summary
 FlowControlFinal getFlowControlFinal()
           
 
Methods inherited from class railo.transformer.bytecode.statement.tag.TagBase
_writeOut, _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, setParent, 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, setParent, setStart, writeOut
 

Constructor Detail

TagComponent

public TagComponent(Position start,
                    Position end)
Constructor of the class

Parameters:
startLine -
endLine -
Method Detail

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;


Copyright © 2012 Railo