|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Engine | |
|---|---|
| org.millscript.millscript | |
| org.millscript.millscript.conf | |
| org.millscript.millscript.vm | |
| Uses of Engine in org.millscript.millscript |
|---|
| Fields in org.millscript.millscript declared as Engine | |
|---|---|
protected Engine |
Session.engine
This sessions engine. |
| Uses of Engine in org.millscript.millscript.conf |
|---|
| Methods in org.millscript.millscript.conf that return Engine | |
|---|---|
Engine |
Configuration.getStandardEngine()
Returns the standard engine for this configuration. |
Engine |
AbstractConfiguration.getStandardEngine()
|
Engine |
WebsiteConf.getStandardEngine()
|
| Methods in org.millscript.millscript.conf with parameters of type Engine | |
|---|---|
Package |
Configuration.getStandardPackage(Engine engine)
Returns the standard package for this configuration. |
Package |
AbstractConfiguration.getStandardPackage(Engine engine)
|
Package |
WebsiteConf.getStandardPackage(Engine engine)
|
| Uses of Engine in org.millscript.millscript.vm |
|---|
| Subclasses of Engine in org.millscript.millscript.vm | |
|---|---|
class |
StandardEngine
This class represents a standard MillScript Engine. |
| Constructors in org.millscript.millscript.vm with parameters of type Engine | |
|---|---|
CompilerState(Engine e)
Constructs a new CompilerState to compile and execute code
in the specified engine. |
|
ConfigurationPackage(Engine e,
Package p,
java.lang.String fqn)
Constructs a new configuration package with the given fully qualified name and nickname. |
|
FunctionCall(Engine e)
Constructs a new function call, which will use the specified engine to invoke the function. |
|
FunctionCall(Engine e,
Function f)
Constructs a new function call, which will invoke the specified function on the specified engine. |
|
FunctionCall(Engine e,
Package p,
java.lang.String sym)
Constructs a new function call, which will invoke the specified function on the specified engine. |
|
Package(Engine e,
java.lang.String fqn,
boolean b)
Constructs a new package with the given fully qualified name and nickname. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||