com.togethersoft.openapi.sci
Interface SciAssertStatement


public interface SciAssertStatement
extends SciStatement

Author:
TogetherSoft

Method Summary
 SciExpressiongetCondition()
           
 SciExpressiongetError()
           

Methods inherited from interface com.togethersoft.openapi.sci.SciStatement
accept, getContainingBlock, getKind, visitExpressions, visitExpressions, visitReferences, visitReferences

Methods inherited from interface com.togethersoft.openapi.sci.SciObject
canCut, canDelete, canReplace, copy, cut, delete, getContainingFile, getContainingScope, getLanguage, getPositions, getText, getUserProperty, isReadOnly, replace, setUserProperty

Method Detail

getCondition

public SciExpression getCondition()
Returns: the assert condition as SciExpression for this statement

getError

public SciExpression getError()
Returns: the error details expression; null - if not present