Construct a referenced (but as of yet undefined) typeparampqName super(pqName, null); undefined = true; delegate = new UndefinedDelegate(this);
super(pqName, null); undefined = true; delegate = new UndefinedDelegate(this);
Register referrant TypeEntry so that the code can update the TypeEntry when the Undefined Element or Type is definedparamreferrant delegate.register(referrant);
delegate.register(referrant);
Call update with the actual TypeEntry. This updates all of the referrant TypeEntry's that were registered.paramdefthrowsIOException delegate.update(def);
delegate.update(def);