Serialized Form

Class org.mozilla.javascript.ClassDefinitionException implements Serializable


Class org.mozilla.javascript.EcmaError implements Serializable

Serialized Fields

errorName

java.lang.String errorName

errorMessage

java.lang.String errorMessage

sourceName

java.lang.String sourceName

lineNumber

int lineNumber

columnNumber

int columnNumber

lineSource

java.lang.String lineSource


Class org.mozilla.javascript.EvaluatorException implements Serializable

Serialized Fields

sourceName

java.lang.String sourceName

lineNumber

int lineNumber

lineSource

java.lang.String lineSource

columnNumber

int columnNumber


Class org.mozilla.javascript.FunctionObject implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

member

org.mozilla.javascript.MemberBox member

parmsLength

int parmsLength

hasVoidReturn

boolean hasVoidReturn

isStatic

boolean isStatic


Class org.mozilla.javascript.ImporterTopLevel implements Serializable

Serialized Fields

importedPackages

org.mozilla.javascript.ObjArray importedPackages


Class org.mozilla.javascript.JavaScriptException implements Serializable

Serialized Fields

value

java.lang.Object value

sourceName

java.lang.String sourceName

lineNumber

int lineNumber


Class org.mozilla.javascript.PropertyException implements Serializable


Class org.mozilla.javascript.ScriptableObject implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

prototype

Scriptable prototype
The prototype of this object.

parent

Scriptable parent
The parent scope of this object.

count

int count


Class org.mozilla.javascript.WrappedException implements Serializable

Serialized Fields

exception

java.lang.Throwable exception