|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.vm.Package
org.millscript.millscript.vm.ConfigurationPackage
public class ConfigurationPackage
This class represents the standard MillScript package, which contains the standard set of variables.
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 |
|---|
public ConfigurationPackage(Engine e,
Package p,
java.lang.String fqn)
e - the engine which this package is associated withp - the package we are configuringfqn - the fully qualified name of this package
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||