lookup abstract method

ScopeLookupResult lookup(
  1. String id
)

Return the result of lexical lookup for the given id, not null.

Getters and setters are bundled, when we found one or another, we are done with the lookup, and return both the getter and the setter, if available.

Implementation

ScopeLookupResult lookup(String id);