nwnintf
Class ScriptSlot
java.lang.Object
|
+--nwnintf.ScriptSlot
- public class ScriptSlot
- extends java.lang.Object
Encapsulate a blueprint with a script slot and the source code string
to go in it.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptSlot
public ScriptSlot(ScriptSlotRef slotref,
java.lang.String sourcecode)
throws java.lang.Exception
- Bytecode gets filled in later.
getSlotref
public ScriptSlotRef getSlotref()
getSourcecode
public java.lang.String getSourcecode()
setBytecode
public void setBytecode(byte[] bytecode)
getBytecode
public byte[] getBytecode()
getCode
public ScriptCode getCode()