|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectautohit.vm.VMExecutable
A VMExecutable is the holding bin for an executable.
When creating a new executable, you must call the init() member after construction. If you do not, you will eventually get an internal exception. If you are deserializing, don't worry about it.
EPG - Initial - 16apr03
Field Summary | |
java.util.ArrayList |
core
An array containing an executable. |
int |
major
Version major. |
int |
minor
Version minor. |
java.lang.String |
name
This executable name. |
java.lang.String |
note
Associated note. |
NVPair |
output
Defines the output variable. |
java.lang.String |
type
This the type of executable. |
java.lang.String |
uid
This executable UID. |
Constructor Summary | |
VMExecutable()
Default Constructor. |
Method Summary | |
void |
init()
Initializes a brand-new executable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.util.ArrayList core
VMInstruction
public java.lang.String name
public java.lang.String uid
public java.lang.String type
public java.lang.String note
public int major
public int minor
public NVPair output
NVPair
Constructor Detail |
public VMExecutable()
init()
Method Detail |
public void init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |