winIDEA SDK
iEclipse::IExpressionType Struct Reference

Description

This interface provides information about expressions.

Use method IEclipse::GetExpressionType() to get instance of this interface.

#include <i_Eclipse.h>

Inherits IUnknown.

Public Member Functions

virtual IVariableExpression () PURE
 Returns information about expression.
 
virtual IVariablesChildren () PURE
 Returns children of an expression as IVector <iEclipse::IVariable>. More...
 

Member Function Documentation

◆ Children()

virtual IVariables * iEclipse::IExpressionType::Children ( )
virtual

Returns children of an expression as IVector <iEclipse::IVariable>.

For example, if expression refers to structure, members of the structure are returned.