engine
Class RuntimeVarHistory
java.lang.Object
|
+--engine.RuntimeVarHistory
- class RuntimeVarHistory
- extends java.lang.Object
- implements VariableHistory
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
chunkIncrement
static final int chunkIncrement
type
int type
history
java.lang.String[] history
lastString
java.lang.String lastString
lastIndex
int lastIndex
RuntimeVarHistory
RuntimeVarHistory(int type,
int length)
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