com.borland.jbuilder.jot
Interface JotFinally

All Superinterfaces:
JotMarker, JotSourceElement, JotStatement

public interface JotFinally
extends JotStatement

This interface represents the finally block of a try


Method Summary
 JotCodeBlock getCodeBlock()
          Returns the body of the finally block.
 
Methods inherited from interface com.borland.jbuilder.jot.JotStatement
getStatements
 
Methods inherited from interface com.borland.jbuilder.jot.JotMarker
addUserData, getEndPosition, getStartPosition, getUserData
 
Methods inherited from interface com.borland.jbuilder.jot.JotSourceElement
getIndentLevel, getParent, getText, isModified, setModified, setText
 

Method Detail

getCodeBlock

public JotCodeBlock getCodeBlock()
Returns the body of the finally block.
Specified by:
getCodeBlock in interface JotStatement