com.togethersoft.openapi.sci
Interface SciReturnStatement


public interface SciReturnStatement
extends SciStatement

Author:
TogetherSoft

Method Summary
 SciExpressiongetReturnExpression()
           

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

getReturnExpression

public SciExpression getReturnExpression()