railo.transformer.bytecode.statement
Class StatementBaseNoFinal
java.lang.Object
railo.transformer.bytecode.statement.StatementBase
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
Methods inherited from class railo.transformer.bytecode.statement.StatementBase |
_writeOut, getDescendantCount, getEnd, getParent, getStart, hasFlowController, setEnd, setHasFlowController, setParent, setStart, writeOut |
StatementBaseNoFinal
public StatementBaseNoFinal(Position start,
Position end)
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