com.togethersoft.openapi.sci
Interface SciLoopStatement
- public interface SciLoopStatement
- extends SciStatement
- Author:
- TogetherSoft
- Since: Together 3.0
| Methods inherited from interface com.togethersoft.openapi.sci.SciObject |
canCut, canDelete, canReplace, copy, cut, delete, getContainingFile, getContainingScope, getLanguage, getPositions, getText, getUserProperty, isReadOnly, replace, setUserProperty |
getCodeBlock
public SciCodeBlock getCodeBlock()
getExitCondition
public SciExpression getExitCondition()
getInitialization
public SciStatement getInitialization()
getIteration
public SciStatement getIteration()
getRepeatCondition
public SciExpression getRepeatCondition()