com.togethersoft.openapi.sci
Interface SciEventHandlingStatement


public interface SciEventHandlingStatement
extends SciStatement

Author:
TogetherSoft

Method Summary
 SciExpressiongetArgumentExpression()
           
 SciExpressiongetEventExpression()
           

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

getArgumentExpression

public SciExpression getArgumentExpression()

getEventExpression

public SciExpression getEventExpression()