oscript
Class OscriptInterpreter.CacheEntry

java.lang.Object
  extended byoscript.OscriptInterpreter.CacheEntry
Enclosing class:
OscriptInterpreter

public static class OscriptInterpreter.CacheEntry
extends java.lang.Object

An entry in the node-evaluator cache.

See Also:
#getNodeEntry

Field Summary
 AbstractFile file
           
 NodeEvaluator ne
           
 long time
           
 
Constructor Summary
OscriptInterpreter.CacheEntry()
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

file

public transient AbstractFile file

time

public long time

ne

public NodeEvaluator ne
Constructor Detail

OscriptInterpreter.CacheEntry

public OscriptInterpreter.CacheEntry()
Method Detail

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()