public class ScriptAndCode
extends Object
Represents an executable Script object and the bytecode that goes with it.
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
ScriptAndCode 
public ScriptAndCode(byte[] bytecode,
Script script)
-