com.togethersoft.openapi.sci
Interface SciExpressionListStatement


public interface SciExpressionListStatement
extends SciStatement

Represents a sequence of expressions separated by commas.
This kind of statement is used particularly to represent the initialization and/or
iteration part of a for statement in the Java language.

getKind() operation for this statement will return constant
SciStatementKind.EXPRESSION_LIST

Author:
TogetherSoft
Since: Together 5.0
See Also: SciLoopStatement.getInitialization(), SciLoopStatement.getIteration(), SciStatementKind.EXPRESSION_LIST

Method Summary
 SciExpressionEnumerationexpressions()
           

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

expressions

public SciExpressionEnumeration expressions()