org.millscript.millscript.vm
Class ConfigurationPackage

java.lang.Object
  extended by org.millscript.millscript.vm.Package
      extended by org.millscript.millscript.vm.ConfigurationPackage

public class ConfigurationPackage
extends Package

This class represents the standard MillScript package, which contains the standard set of variables.

See Also:
StandardEngine

Constructor Summary
ConfigurationPackage(Engine e, Package p, java.lang.String fqn)
          Constructs a new configuration package with the given fully qualified name and nickname.
 
Method Summary
 
Methods inherited from class org.millscript.millscript.vm.Package
addInventory, autoload, autoloadablesIterator, bind, bindConst, bindingsIterator, bindProtectedConst, bindProtectedVar, bindRef, bindVar, declareGlobal, findIdentFor, getCompilerState, getConfig, getFullyQualifiedPackageName, getIsProtected, hasBindingFor, hasPervasiveImport, importPackage, importPackage, interpret, interpret, interpret, loadConf, loadConf, loadConf, makeLoaderFor, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationPackage

public ConfigurationPackage(Engine e,
                            Package p,
                            java.lang.String fqn)
Constructs a new configuration package with the given fully qualified name and nickname.

Parameters:
e - the engine which this package is associated with
p - the package we are configuring
fqn - the fully qualified name of this package


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.