Serialized Form
serialVersionUID: 2L
fileName
String fileName
- Stores the file name of the script
lineNumber
int lineNumber
- Stores the line number of the script in which the error has
occured
columnNumber
int columnNumber
- Stores the column number of the script in which the error has
occured
Package org.apache.bsf.utils.http |
serialVersionUID: 1L
Package org.mozilla.javascript |
Class org.mozilla.javascript.BaseFunction extends org.mozilla.javascript.IdScriptableObject implements Serializable |
serialVersionUID: 5311394446546053859L
prototypeProperty
Object prototypeProperty
prototypePropertyAttributes
int prototypePropertyAttributes
Class org.mozilla.javascript.ClassCache extends Object implements Serializable |
serialVersionUID: -8866246036237312215L
cachingIsEnabled
boolean cachingIsEnabled
generatedClassSerial
int generatedClassSerial
Class org.mozilla.javascript.ClassDefinitionException extends RuntimeException implements Serializable |
serialVersionUID: -5637830967241712746L
Class org.mozilla.javascript.ContinuationPending extends RuntimeException implements Serializable |
serialVersionUID: 4956008116771118856L
continuationState
org.mozilla.javascript.NativeContinuation continuationState
applicationState
Object applicationState
Class org.mozilla.javascript.EcmaError extends org.mozilla.javascript.RhinoException implements Serializable |
serialVersionUID: -6261226256957286699L
errorName
String errorName
errorMessage
String errorMessage
Class org.mozilla.javascript.EvaluatorException extends org.mozilla.javascript.RhinoException implements Serializable |
serialVersionUID: -8743165779676009808L
Class org.mozilla.javascript.FunctionObject extends org.mozilla.javascript.BaseFunction implements Serializable |
serialVersionUID: -5332312783643935019L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
member
org.mozilla.javascript.MemberBox member
functionName
String functionName
parmsLength
int parmsLength
isStatic
boolean isStatic
Class org.mozilla.javascript.IdFunctionObject extends org.mozilla.javascript.BaseFunction implements Serializable |
serialVersionUID: -5332312783643935019L
idcall
org.mozilla.javascript.IdFunctionCall idcall
tag
Object tag
methodId
int methodId
arity
int arity
useCallAsConstructor
boolean useCallAsConstructor
functionName
String functionName
Class org.mozilla.javascript.IdScriptableObject extends org.mozilla.javascript.ScriptableObject implements Serializable |
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
Class org.mozilla.javascript.ImporterTopLevel extends org.mozilla.javascript.IdScriptableObject implements Serializable |
serialVersionUID: -9095380847465315412L
importedPackages
org.mozilla.javascript.ObjArray importedPackages
topScopeFlag
boolean topScopeFlag
Class org.mozilla.javascript.JavaScriptException extends org.mozilla.javascript.RhinoException implements Serializable |
serialVersionUID: -7666130513694669293L
value
Object value
Class org.mozilla.javascript.LazilyLoadedCtor extends Object implements Serializable |
serialVersionUID: 1L
scope
org.mozilla.javascript.ScriptableObject scope
propertyName
String propertyName
className
String className
sealed
boolean sealed
initializedValue
Object initializedValue
state
int state
Class org.mozilla.javascript.NativeArray extends org.mozilla.javascript.IdScriptableObject implements Serializable |
serialVersionUID: 7331366857676127338L
length
long length
dense
Object[] dense
denseOnly
boolean denseOnly
Class org.mozilla.javascript.NativeCall extends org.mozilla.javascript.IdScriptableObject implements Serializable |
serialVersionUID: -7471457301304454454L
function
org.mozilla.javascript.NativeFunction function
originalArgs
Object[] originalArgs
Class org.mozilla.javascript.NativeContinuation extends org.mozilla.javascript.IdScriptableObject implements Serializable |
serialVersionUID: 1794167133757605367L
implementation
Object implementation
Class org.mozilla.javascript.NativeFunction extends org.mozilla.javascript.BaseFunction implements Serializable |
Class org.mozilla.javascript.NativeGenerator extends org.mozilla.javascript.IdScriptableObject implements Serializable |
serialVersionUID: 1645892441041347273L
function
org.mozilla.javascript.NativeFunction function
savedState
Object savedState
lineSource
String lineSource
lineNumber
int lineNumber
firstTime
boolean firstTime
locked
boolean locked
Class org.mozilla.javascript.NativeGenerator.GeneratorClosedException extends RuntimeException implements Serializable |
serialVersionUID: 2561315658662379681L
Class org.mozilla.javascript.NativeGlobal extends Object implements Serializable |
serialVersionUID: 6080442165748707530L
Class org.mozilla.javascript.NativeIterator extends org.mozilla.javascript.IdScriptableObject implements Serializable |
serialVersionUID: -4136968203581667681L
objectIterator
Object objectIterator
Class org.mozilla.javascript.NativeJavaArray extends org.mozilla.javascript.NativeJavaObject implements Serializable |
serialVersionUID: -924022554283675333L
array
Object array
length
int length
cls
Class<T> cls
Class org.mozilla.javascript.NativeJavaClass extends org.mozilla.javascript.NativeJavaObject implements Serializable |
serialVersionUID: -6460763940409461664L
staticFieldAndMethods
Map<K,V> staticFieldAndMethods
Class org.mozilla.javascript.NativeJavaConstructor extends org.mozilla.javascript.BaseFunction implements Serializable |
serialVersionUID: -8149253217482668463L
ctor
org.mozilla.javascript.MemberBox ctor
Class org.mozilla.javascript.NativeJavaMethod extends org.mozilla.javascript.BaseFunction implements Serializable |
serialVersionUID: -3440381785576412928L
methods
org.mozilla.javascript.MemberBox[] methods
functionName
String functionName
Class org.mozilla.javascript.NativeJavaObject extends Object implements Serializable |
serialVersionUID: -6948590651130498591L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
prototype
org.mozilla.javascript.Scriptable prototype
parent
org.mozilla.javascript.Scriptable parent
Class org.mozilla.javascript.NativeJavaPackage extends org.mozilla.javascript.ScriptableObject implements Serializable |
serialVersionUID: 7445054382212031523L
packageName
String packageName
classLoader
ClassLoader classLoader
negativeCache
Set<E> negativeCache
Class org.mozilla.javascript.NativeJavaTopPackage extends org.mozilla.javascript.NativeJavaPackage implements Serializable |
serialVersionUID: -1455787259477709999L
Class org.mozilla.javascript.NativeObject extends org.mozilla.javascript.IdScriptableObject implements Serializable |
serialVersionUID: -6345305608474346996L
Class org.mozilla.javascript.NativeWith extends Object implements Serializable |
serialVersionUID: 1L
prototype
org.mozilla.javascript.Scriptable prototype
parent
org.mozilla.javascript.Scriptable parent
Class org.mozilla.javascript.NotAFunctionException extends RuntimeException implements Serializable |
serialVersionUID: 6461524852170711724L
Class org.mozilla.javascript.ObjArray extends Object implements Serializable |
serialVersionUID: 4174889037736658296L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
size
int size
sealed
boolean sealed
Class org.mozilla.javascript.ObjToIntMap extends Object implements Serializable |
serialVersionUID: -1542220580748809402L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
power
int power
keyCount
int keyCount
Class org.mozilla.javascript.PropertyException extends RuntimeException implements Serializable |
serialVersionUID: -8221564865490676219L
Class org.mozilla.javascript.Ref extends Object implements Serializable |
Class org.mozilla.javascript.RhinoException extends RuntimeException implements Serializable |
sourceName
String sourceName
lineNumber
int lineNumber
lineSource
String lineSource
columnNumber
int columnNumber
interpreterStackInfo
Object interpreterStackInfo
interpreterLineData
int[] interpreterLineData
Class org.mozilla.javascript.ScriptableObject extends Object implements Serializable |
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
prototypeObject
org.mozilla.javascript.Scriptable prototypeObject
parentScopeObject
org.mozilla.javascript.Scriptable parentScopeObject
count
int count
associatedValues
Map<K,V> associatedValues
Class org.mozilla.javascript.UintMap extends Object implements Serializable |
serialVersionUID: 4242698212885848444L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
power
int power
keyCount
int keyCount
Class org.mozilla.javascript.Undefined extends Object implements Serializable |
serialVersionUID: 9195680630202616767L
readResolve
public Object readResolve()
Class org.mozilla.javascript.UniqueTag extends Object implements Serializable |
serialVersionUID: -4320556826714577259L
readResolve
public Object readResolve()
tagId
int tagId
Class org.mozilla.javascript.WrappedException extends org.mozilla.javascript.EvaluatorException implements Serializable |
serialVersionUID: -1551979216966520648L
exception
Throwable exception
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.