com.togethersoft.openapi.sci
Interface SciCaseStatement


public interface SciCaseStatement
extends SciStatement

Represents 'case ...:' entry in switch statement.

Author:
TogetherSoft
Since: Together 3.1
See Also: SciStatementKind.CASE

Method Summary
 SciExpressiongetExpression()
           

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

getExpression

public SciExpression getExpression()