com.togethersoft.openapi.sci
Interface SciTypeCastExpression


public interface SciTypeCastExpression
extends SciExpression

A type cast expression.

Author:
TogetherSoft

Method Summary
 SciTypeExpressiongetCastTo()
           Returns SciTypeExpression for the type to which the expression is casting.
 SciExpressiongetCastWhat()
           Returns SciExpression which is casting to other type in this expression.

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

getCastTo

public SciTypeExpression getCastTo()
Returns SciTypeExpression for the type to which the expression is casting.
Returns: SciTypeExpression for the type to which the expression is casting

getCastWhat

public SciExpression getCastWhat()
Returns SciExpression which is casting to other type in this expression.
Returns: SciExpression which is casting to other type in this expression