oscript
Class OscriptInterpreter.CacheEntry
java.lang.Object
oscript.OscriptInterpreter.CacheEntry
- Enclosing class:
- OscriptInterpreter
- public static class OscriptInterpreter.CacheEntry
- extends java.lang.Object
An entry in the node-evaluator cache.
- See Also:
#getNodeEntry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
file
public transient AbstractFile file
time
public long time
ne
public NodeEvaluator ne
OscriptInterpreter.CacheEntry
public OscriptInterpreter.CacheEntry()
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()