com.togethersoft.openapi.sci
Interface SciConstantExpression


public interface SciConstantExpression
extends SciExpression

A constant usage expression.

Author:
TogetherSoft
Since: Together 3.0

Method Summary
 ObjectgetValue()
          Returns the value for this constant.

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

getValue

public Object getValue()
Returns the value for this constant.
Returns: the value for this constant