autohit.vm.i
Class VMIAssert

java.lang.Object
  extended byautohit.vm.i.VMInstruction
      extended byautohit.vm.i.VMIAssert
All Implemented Interfaces:
java.io.Serializable

public class VMIAssert
extends VMInstruction

A Virtual Machine instruction. ASSERT instruction

Version:
1.0 Version History EPG - Initial - 8Aug03
Author:
Erich P. Gatejen
See Also:
VMInstruction, Serialized Form

Field Summary
 int operFlag
          OPER flag
 int t
          Jump target.
 
Fields inherited from class autohit.vm.i.VMInstruction
ASSERT, CALL, CLEAR, EVAL, EXEC, FAULT, FETCH, GOTO, IF, instruction, JUMP, LOAD, MASK, MATH, MERGE, METHOD, NEW, NOP, REDUCE, RIGHT, RSCOPE, SCOPE, sourceline, STORE, SUBR
 
Constructor Summary
VMIAssert()
          Default constructor.
 
Method Summary
 void setT(java.lang.String tString)
          Any exception will be allowed to bubble out
 java.lang.String toString()
          Dump this Instruction.
 
Methods inherited from class autohit.vm.i.VMInstruction
dump
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

t

public int t
Jump target.


operFlag

public int operFlag
OPER flag

Constructor Detail

VMIAssert

public VMIAssert()
Default constructor.

Method Detail

setT

public void setT(java.lang.String tString)
Any exception will be allowed to bubble out

Parameters:
tString - parseable numeric text

toString

public java.lang.String toString()
Dump this Instruction. Mostly for debugging.

Overrides:
toString in class VMInstruction
Returns:
a String containing the dump.


Test.