|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpiceClass | |
|---|---|
| org.millscript.millscript.datatypes | |
| org.millscript.millscript.functions | |
| org.millscript.millscript.tools | |
| org.millscript.millscript.vm | |
| Uses of SpiceClass in org.millscript.millscript.datatypes |
|---|
| Methods in org.millscript.millscript.datatypes that return SpiceClass | |
|---|---|
SpiceClass |
SpiceClass.getParentSpiceClass()
Returns the parent Spice class that this class inherits from. |
SpiceClass |
SpiceObject.getSpiceClass()
Returns the SpiceClass this object is an instance of. |
| Constructors in org.millscript.millscript.datatypes with parameters of type SpiceClass | |
|---|---|
SpiceClass(java.lang.String n,
SpiceClass p,
SlotFunction[] sf,
Action[] siv)
Constructs a new SpiceClass with the specified name. |
|
SpiceObject(SpiceClass sc)
Constructs a new Spice object instance, for the specified class. |
|
| Uses of SpiceClass in org.millscript.millscript.functions |
|---|
| Methods in org.millscript.millscript.functions with parameters of type SpiceClass | |
|---|---|
void |
ManyBodyFunction.setMethodEntry(Machine mc,
SpiceClass sc,
Function func)
Sets the Function body for the specified type signature. |
| Constructors in org.millscript.millscript.functions with parameters of type SpiceClass | |
|---|---|
ManyBodyFunction(Machine mc,
SpiceClass sc,
Function lf)
Constructs a new ManyBodyFunction with the specified initial method entry. |
|
SpiceClassConstructorFunction(SpiceClass sc,
Function f)
Constructs a new spice class constructor function for the specified spice class and initialiser function. |
|
| Uses of SpiceClass in org.millscript.millscript.tools |
|---|
| Methods in org.millscript.millscript.tools that return SpiceClass | |
|---|---|
static SpiceClass |
CastLibrary.toSpiceClass(java.lang.Object x)
Casts the supplied Object to a Spice Class. |
| Uses of SpiceClass in org.millscript.millscript.vm |
|---|
| Methods in org.millscript.millscript.vm that return SpiceClass | |
|---|---|
SpiceClass |
Machine.popSpiceClass()
Pops a Spice Class off the stack and returns it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||