Class Resolve


  • public class Resolve
    extends Object
    Routines for name resolution.

    Lookup by name and then filter by type is performant, because amount of symbols with same name are relatively small.

    Naming conventions: env - is the environment where the symbol was mentioned site - is the type of which symbol is a member name - is the symbol's name

    TODO site should be represented by class Type