lookup abstract method
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);