The StaticObjects method of the Application class lists all of the items that have been added to the Application object with the <OBJECT> tag.
public ObjectDictionary staticObjects();
An example of getting an instance of the Application class is provided on the page describing the staticObjects property.