Serialized Form
Class oscript.data.AbstractReference extends oscript.data.Value implements Serializable |
Class oscript.data.BasicScope extends oscript.data.Scope implements Serializable |
smit
oscript.util.SymbolTable smit
members
oscript.util.MemberTable members
mixins
oscript.data.Value[] mixins
Class oscript.data.BuiltinType extends oscript.data.JavaClassWrapper implements Serializable |
readResolve
java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
className
java.lang.String className
Class oscript.data.ComMethod extends oscript.data.Value implements Serializable |
dptr
org.jawin.DispatchPtr dptr
name
java.lang.String name
Class oscript.data.ComObject extends oscript.data.OObject implements Serializable |
dptr
org.jawin.DispatchPtr dptr
Class oscript.data.ComProperty extends oscript.data.AbstractReference implements Serializable |
dptr
org.jawin.DispatchPtr dptr
name
java.lang.String name
val
java.lang.Object val
Class oscript.data.ConstructorScope extends oscript.data.FunctionScope implements Serializable |
Class oscript.data.Database extends oscript.data.OObject implements Serializable |
hashtable
java.util.Hashtable<K,V> hashtable
obj
java.lang.Object obj
file
oscript.fs.AbstractFile file
sideEffects
boolean sideEffects
needsFlush
boolean needsFlush
Class oscript.data.Debugger extends oscript.data.Value implements Serializable |
Class oscript.data.ForkScope extends oscript.data.Scope implements Serializable |
obj
oscript.data.Scope obj
env
oscript.data.Scope env
Class oscript.data.Function extends oscript.data.Type implements Serializable |
enclosingScope
oscript.data.Scope enclosingScope
staticScope
oscript.data.Scope staticScope
superFxn
oscript.data.Value superFxn
fd
oscript.data.Function.FunctionData fd
overriden
oscript.data.Value overriden
Class oscript.data.Function.FunctionData extends java.lang.Object implements Serializable |
readExternal
public void readExternal(java.io.ObjectInput arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
Class oscript.data.FunctionScope extends oscript.data.BasicScope implements Serializable |
fxn
oscript.data.Function fxn
Class oscript.data.FunctionScope.OSuper extends oscript.data.AbstractReference implements Serializable |
scope
oscript.data.Scope scope
val
oscript.data.Value val
Class oscript.data.FunctionScope.OThis extends oscript.data.AbstractReference implements Serializable |
scope
oscript.data.Scope scope
scriptObject
oscript.data.Scope scriptObject
Class oscript.data.GlobalScope extends oscript.data.BasicScope implements Serializable |
Class oscript.data.JavaClassWrapper extends oscript.data.Type implements Serializable |
readResolve
java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
javaClass
java.lang.Class<T> javaClass
id
int id
Class oscript.data.JavaInnerClassWrapper extends oscript.data.JavaClassWrapper implements Serializable |
obj
oscript.data.Value obj
Class oscript.data.JavaMethodWrapper extends oscript.data.Value implements Serializable |
id
int id
javaObject
java.lang.Object javaObject
methods
java.lang.reflect.Method[] methods
Class oscript.data.JavaObjectWrapper extends oscript.data.Value implements Serializable |
javaObject
java.lang.Object javaObject
type
oscript.data.Value type
Class oscript.data.JavaPackageWrapper extends oscript.data.OObject implements Serializable |
javaPackageName
java.lang.String javaPackageName
memberCache
java.util.Hashtable<K,V> memberCache
Class oscript.data.OArray extends oscript.data.OObject implements Serializable |
readExternal
public void readExternal(java.io.ObjectInput arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
Class oscript.data.OArray.OJavaArray extends oscript.data.OArray implements Serializable |
readExternal
public void readExternal(java.io.ObjectInput arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
Class oscript.data.OBoolean extends oscript.data.OObject implements Serializable |
readExternal
public void readExternal(java.io.ObjectInput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
writeExternal
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
Class oscript.data.OExactNumber extends oscript.data.OObject implements Serializable |
readExternal
public void readExternal(java.io.ObjectInput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
writeExternal
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
Class oscript.data.OException extends oscript.data.OObject implements Serializable |
type
oscript.data.Value type
str
java.lang.String str
sf
oscript.util.StackFrame sf
line
int line
Class oscript.data.OIllegalArgumentException extends oscript.data.OException implements Serializable |
Class oscript.data.OInexactNumber extends oscript.data.OObject implements Serializable |
readExternal
public void readExternal(java.io.ObjectInput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
writeExternal
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
Class oscript.data.OJavaException extends oscript.data.OException implements Serializable |
t
java.lang.Throwable t
ot
oscript.data.Value ot
Class oscript.data.ONoSuchMemberException extends oscript.data.OException implements Serializable |
Class oscript.data.ONullReferenceException extends oscript.data.OException implements Serializable |
Class oscript.data.OObject extends oscript.data.Value implements Serializable |
Class oscript.data.OString extends oscript.data.OObject implements Serializable |
readExternal
public void readExternal(java.io.ObjectInput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
writeExternal
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
Class oscript.data.OUnsupportedOperationException extends oscript.data.OException implements Serializable |
Class oscript.data.Proxy extends oscript.data.OObject implements Serializable |
recursedSet
java.util.Set<E> recursedSet
Class oscript.data.Reference extends oscript.data.Value implements Serializable |
attr
int attr
readonly
boolean readonly
val
oscript.data.Value val
Class oscript.data.RegExp extends oscript.data.OObject implements Serializable |
exp
oscript.data.Value exp
flags
oscript.data.Value flags
Class oscript.data.RegExpResult extends oscript.data.OObject implements Serializable |
input
oscript.data.Value input
Class oscript.data.Scope extends oscript.data.Value implements Serializable |
previous
oscript.data.Scope previous
Class oscript.data.ScriptObject extends oscript.data.BasicScope implements Serializable |
javaObject
java.lang.Object javaObject
type
oscript.data.Value type
Class oscript.data.ScriptPackage extends oscript.data.OObject implements Serializable |
path
java.lang.String path
parentScope
oscript.data.Scope parentScope
memberTable
oscript.util.SymbolMap memberTable
Class oscript.data.Symbol extends oscript.data.OString implements Serializable |
readExternal
public void readExternal(java.io.ObjectInput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
writeExternal
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
Class oscript.data.Type extends oscript.data.Value implements Serializable |
Class oscript.data.Value extends java.lang.Object implements Serializable |
Class oscript.data.WeakReference extends oscript.data.AbstractReference implements Serializable |
ref
java.lang.ref.Reference<T> ref
client
org.apache.xmlrpc.XmlRpcClient client
- The reference to the client object, that this script type is a wrapper
for.
obj
oscript.data.Value obj
- The script object that this handler is a wrapper for... remote invocations
on this handler are delegated to this object.
client
org.apache.xmlrpc.XmlRpcClient client
- The actual client object used to access the XML-RPC server.
objectName
java.lang.String objectName
- The name of the object
methodName
java.lang.String methodName
- The name of the method
client
org.apache.xmlrpc.XmlRpcClient client
- The client object used to access the server
objectName
java.lang.String objectName
- The name of the object.