railo.transformer.bytecode.statement
Class StatementBaseNoFinal

java.lang.Object
  extended by railo.transformer.bytecode.statement.StatementBase
      extended by railo.transformer.bytecode.statement.StatementBaseNoFinal
All Implemented Interfaces:
Statement
Direct Known Subclasses:
Abort, BodyBase, Condition, DoWhile, ExpressionAsStatement, For, Function, NativeSwitch, PrintOut, Retry, Return, Switch, SystemOut, While

public abstract class StatementBaseNoFinal
extends StatementBase


Constructor Summary
StatementBaseNoFinal(Position start, Position end)
           
 
Method Summary
 FlowControlFinal getFlowControlFinal()
           
 
Methods inherited from class railo.transformer.bytecode.statement.StatementBase
_writeOut, getDescendantCount, getEnd, getParent, getStart, hasFlowController, setEnd, setHasFlowController, setParent, setStart, writeOut
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementBaseNoFinal

public StatementBaseNoFinal(Position start,
                            Position end)
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