Skip to content

ResolveTypeReferences

rollynoel edited this page Jun 15, 2013 · 1 revision

Added by Avishay Lavie

Scans the AST for TypeReference nodes, and binds them using NameResolutionService.

After this step is run, any TypeReference nodes in the AST are bound to either the corresponding IType object, or to the Error entity.

Clone this wiki locally