def __init__(self, scope, transInhDict, typedefDict, invEntityDict, accessDict = AccessDictionary()):
		self.scope = scope
		self.resolver = AlternativeInvokeableEntityResolver(scope, transInhDict, typedefDict, invEntityDict, accessDict)
		self.log = Logger().get_instance()
		self.refCache = {} # src_file + lineNr x reference (max. 1 element)