Protected
counterProtected
Readonly
listenersThese listeners will be informed, when all TypeReferences are in the desired state.
Protected
Readonly
waitInforms when the type of the reference is invalidated/removed.
the currently invalidate/unresolved TypeReference
undefined occurs in the special case, that the TypeReference never resolved a type so far, but new listeners already want to be informed about the (current) type.
Informs when the type of the reference is resolved/found.
the currently resolved TypeReference
Usually the resolved type is either 'Identifiable' or 'Completed', in rare cases this type might be 'Invalid', e.g. if there are corresponding inference rules or TypeInitializers.
A listener for TypeReferences, who will be informed about the resolved/found type of the current TypeReference.