nwnintf
Class ScriptCode

java.lang.Object
  |
  +--nwnintf.ScriptCode

public class ScriptCode
extends java.lang.Object

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

ScriptCode

public ScriptCode(java.lang.String sourcecode)
           throws java.lang.Exception
Bytecode gets filled in later.

Method Detail

getSourcecode

public java.lang.String getSourcecode()

setBytecode

public void setBytecode(byte[] bytecode)

getBytecode

public byte[] getBytecode()