engine
Class RuntimeVarHistory

java.lang.Object
  |
  +--engine.RuntimeVarHistory

class RuntimeVarHistory
extends java.lang.Object
implements VariableHistory

See Also:
Serialized Form

Field Summary
(package private) static int chunkIncrement
           
(package private)  java.lang.String[] history
           
(package private)  int lastIndex
           
(package private)  java.lang.String lastString
           
(package private)  int type
           
 
Constructor Summary
(package private) RuntimeVarHistory(int type, int length)
           
 
Method Summary
 void addString(java.lang.String s)
           
 java.lang.String getStringValue(long timeUnit)
           
 int getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

chunkIncrement

static final int chunkIncrement

type

int type

history

java.lang.String[] history

lastString

java.lang.String lastString

lastIndex

int lastIndex
Constructor Detail

RuntimeVarHistory

RuntimeVarHistory(int type,
                  int length)
Method Detail

getStringValue

public java.lang.String getStringValue(long timeUnit)
Specified by:
getStringValue in interface VariableHistory

addString

public void addString(java.lang.String s)

getType

public int getType()
Specified by:
getType in interface VariableHistory

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object