|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nwnintf.ScriptCode
Encapsulate a blueprint with a script slot and the source code string to go in it.
Constructor Summary | |
ScriptCode(java.lang.String sourcecode)
Bytecode gets filled in later. |
Method Summary | |
byte[] |
getBytecode()
|
java.lang.String |
getSourcecode()
|
void |
setBytecode(byte[] bytecode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScriptCode(java.lang.String sourcecode) throws java.lang.Exception
Method Detail |
public java.lang.String getSourcecode()
public void setBytecode(byte[] bytecode)
public byte[] getBytecode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |