com.togethersoft.openapi.sci
Interface SciNewExpression


public interface SciNewExpression
extends SciExpression

An expression of creating a new object.

This interface provides isArray method returning true if an array is created.

Author:
TogetherSoft

Method Summary
 booleanisArray()
           Checks whether an array is being created.

Methods inherited from interface com.togethersoft.openapi.sci.SciExpression
accept, getKind, getParent, getType, operands, 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

isArray

public boolean isArray()
Checks whether an array is being created.
Returns: true if an array is being created, false otherwise