com.togethersoft.openapi.sci
Interface SciTryStatement
- public interface SciTryStatement
- extends SciStatement
Represents statement of SciStatementKind.TRY kind.
.0
- Author:
- TogetherSoft
| Methods inherited from interface com.togethersoft.openapi.sci.SciObject |
canCut, canDelete, canReplace, copy, cut, delete, getContainingFile, getContainingScope, getLanguage, getPositions, getText, getUserProperty, isReadOnly, replace, setUserProperty |
catchBlocks
public SciStatementEnumeration catchBlocks()
getFinallyBlock
public SciStatement getFinallyBlock()
getTryBlock
public SciStatement getTryBlock()