ICxUsageProvider

Description

interface Tinman.Core.Cx.ICxUsageProvider
<TNode in : CxNode>
<TUsage out val>

Base interface for nodes that provide semantic usage information for their children.

Public / Methods

Usage​Of


public method UsageOf → (1)

node in : TNode

The PSI node or null.

returns → TUsage

The semantic usage of node in in this PSI node.

Returns the semantic usage of the given PSI node in this node.