Base class for tokens used in postscaning. Post scannning is the "second
pass" used to read in ArtiSynth model components, in which items (such as
component references) that could not be resolved by Scannable.scan() during the first pass are stored in a queue of tokens that
are then processed in a second pass by a postscan() method.