PsiNode
Description
- Derived from
- Extended by
-
ConfigNode abstract
CxNode abstract
XmlNode abstract
Abstract implementation of the IPsiNode interface.
Protected / Methods
ClearResolved
Clears the resolved state of this PSI node as well as any information that has been computed in OnResolved.
After this method has been called, IPsiNode.Resolve will perform another resolver cycle, calling DoResolve in the process.
OnResolved
This method is called once from IPsiNode.Resolve when DoResolve returns true
for the first time.
Subclasses may override this method in order to pre-compute additional information.