Class WithinScopeBasicSymbolsResolver

java.lang.Object
de.monticore.types3.util.WithinScopeBasicSymbolsResolver
Direct Known Subclasses:
OOWithinScopeBasicSymbolsResolver

public class WithinScopeBasicSymbolsResolver extends Object
contains the code to derive / synthesize the type of a single name. Names may contain a qualifier, e.g., a.b.c with a.b being a qualifier and a.b.c being a type would resolved, a.b.c with a.b being a type and c being a type within a.b would NOT be resolved.