The IResolvableNode type exposes the following members.

Methods

  NameDescription
Public methodResolve(Boolean, Boolean)
Does the work of resolving an identifier or a dot, but without a parent node or alias
Public methodResolve(Boolean, Boolean, String)
Does the work of resolving an identifier or a dot, but without a parent node
Public methodResolve(Boolean, Boolean, String, IASTNode)
Does the work of resolving an identifier or a dot
Public methodResolveIndex
Does the work of resolving an an index [].
Public methodResolveInFunctionCall
Does the work of resolving inside of the scope of a function call

See Also