*/
public ExtendedRuntimeInstance(ResourceManager resourceManager) {
/*
* create a VM factory, introspector, and application attributes
*/
vmFactory = new VelocimacroFactory(this);
/*
* make a new introspector and initialize it
*/
introspector = new Introspector(getLog());