Serialized Form
-
Package org.mozilla.classfile
-
Exception org.mozilla.classfile.ClassFileWriter.ClassFileFormatException
class ClassFileFormatException extends RuntimeException implements Serializable- serialVersionUID:
- 1263998431033790599L
-
-
Package org.mozilla.javascript
-
Class org.mozilla.javascript.AccessorSlot
class AccessorSlot extends Slot implements Serializable- serialVersionUID:
- 1677840254177335827L
-
Class org.mozilla.javascript.ArrowFunction
class ArrowFunction extends BaseFunction implements Serializable- serialVersionUID:
- -7377989503697220633L
-
Serialized Fields
-
boundThis
Scriptable boundThis
-
targetFunction
Callable targetFunction
-
-
Class org.mozilla.javascript.BaseFunction
class BaseFunction extends IdScriptableObject implements Serializable- serialVersionUID:
- 5311394446546053859L
-
Serialized Fields
-
argumentsAttributes
int argumentsAttributes
-
argumentsObj
Object argumentsObj
-
arityPropertyAttributes
int arityPropertyAttributes
-
isGeneratorFunction
boolean isGeneratorFunction
-
lengthPropertyAttributes
int lengthPropertyAttributes
-
namePropertyAttributes
int namePropertyAttributes
-
prototypeProperty
Object prototypeProperty
-
prototypePropertyAttributes
int prototypePropertyAttributes
-
-
Class org.mozilla.javascript.BoundFunction
class BoundFunction extends BaseFunction implements Serializable- serialVersionUID:
- 2118137342826470729L
-
Serialized Fields
-
boundArgs
Object[] boundArgs
-
boundThis
Scriptable boundThis
-
length
int length
-
targetFunction
Callable targetFunction
-
-
Class org.mozilla.javascript.ClassCache
class ClassCache extends Object implements Serializable- serialVersionUID:
- -8866246036237312215L
-
Serialized Fields
-
associatedScope
Scriptable associatedScope
-
cachingIsEnabled
boolean cachingIsEnabled
-
generatedClassSerial
int generatedClassSerial
-
-
Class org.mozilla.javascript.ConsString
class ConsString extends Object implements Serializable- serialVersionUID:
- -8432806714471372570L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
isFlat
boolean isFlat
-
left
CharSequence left
-
length
int length
-
right
CharSequence right
-
-
Exception org.mozilla.javascript.ContinuationPending
class ContinuationPending extends RuntimeException implements Serializable- serialVersionUID:
- 4956008116771118856L
-
Serialized Fields
-
applicationState
Object applicationState
-
continuationState
NativeContinuation continuationState
-
-
Exception org.mozilla.javascript.EcmaError
class EcmaError extends RhinoException implements Serializable- serialVersionUID:
- -6261226256957286699L
-
Class org.mozilla.javascript.ES6Generator
class ES6Generator extends IdScriptableObject implements Serializable- serialVersionUID:
- 1645892441041347273L
-
Serialized Fields
-
delegee
Object delegee
-
function
NativeFunction function
-
lineNumber
int lineNumber
-
lineSource
String lineSource
-
savedState
Object savedState
-
state
ES6Generator.State state
-
-
Class org.mozilla.javascript.ES6Iterator
class ES6Iterator extends IdScriptableObject implements Serializable- serialVersionUID:
- 2438373029140003950L
-
Serialized Fields
-
exhausted
boolean exhausted
-
tag
String tag
-
-
Exception org.mozilla.javascript.EvaluatorException
class EvaluatorException extends RhinoException implements Serializable- serialVersionUID:
- -8743165779676009808L
-
Class org.mozilla.javascript.FunctionObject
class FunctionObject extends BaseFunction implements Serializable- serialVersionUID:
- -5332312783643935019L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class org.mozilla.javascript.Hashtable
class Hashtable extends Object implements Serializable- serialVersionUID:
- -7151554912419543747L
-
Serialized Fields
-
first
Hashtable.Entry first
-
last
Hashtable.Entry last
-
map
HashMap<Object,
Hashtable.Entry> map
-
-
Class org.mozilla.javascript.Hashtable.Entry
class Entry extends Object implements Serializable- serialVersionUID:
- 4086572107122965503L
-
Serialized Fields
-
deleted
boolean deleted
-
hashCode
int hashCode
-
key
Object key
-
next
Hashtable.Entry next
-
prev
Hashtable.Entry prev
-
value
Object value
-
-
Class org.mozilla.javascript.IdFunctionObject
class IdFunctionObject extends BaseFunction implements Serializable- serialVersionUID:
- -5332312783643935019L
-
Serialized Fields
-
arity
int arity
-
functionName
String functionName
-
idcall
IdFunctionCall idcall
-
methodId
int methodId
-
tag
Object tag
-
useCallAsConstructor
boolean useCallAsConstructor
-
-
Class org.mozilla.javascript.IdFunctionObjectES6
class IdFunctionObjectES6 extends IdFunctionObject implements Serializable- serialVersionUID:
- -8023088662589035261L
-
Serialized Fields
-
myLength
boolean myLength
-
myName
boolean myName
-
-
Class org.mozilla.javascript.IdScriptableObject
class IdScriptableObject extends ScriptableObject implements Serializable- serialVersionUID:
- -3744239272168621609L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.mozilla.javascript.ImporterTopLevel
class ImporterTopLevel extends TopLevel implements Serializable- serialVersionUID:
- -9095380847465315412L
-
Serialized Fields
-
topScopeFlag
boolean topScopeFlag
-
-
Exception org.mozilla.javascript.JavaScriptException
class JavaScriptException extends RhinoException implements Serializable- serialVersionUID:
- -7666130513694669293L
-
Class org.mozilla.javascript.LambdaConstructor
class LambdaConstructor extends LambdaFunction implements Serializable- serialVersionUID:
- 2691205302914111400L
-
Serialized Fields
-
flags
int flags
-
-
Class org.mozilla.javascript.LambdaFunction
class LambdaFunction extends BaseFunction implements Serializable- serialVersionUID:
- -8388132362854748293L
-
Serialized Fields
-
length
int length
-
name
String name
-
-
Class org.mozilla.javascript.LambdaSlot
class LambdaSlot extends Slot implements Serializable- serialVersionUID:
- -3046681698806493052L
-
Class org.mozilla.javascript.LazilyLoadedCtor
class LazilyLoadedCtor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
className
String className
-
initializedValue
Object initializedValue
-
privileged
boolean privileged
-
propertyName
String propertyName
-
scope
ScriptableObject scope
-
sealed
boolean sealed
-
state
int state
-
-
Class org.mozilla.javascript.LazyLoadSlot
class LazyLoadSlot extends Slot implements Serializable -
Class org.mozilla.javascript.NativeArray
class NativeArray extends IdScriptableObject implements Serializable- serialVersionUID:
- 7331366857676127338L
-
Serialized Fields
-
dense
Object[] dense
Fast storage for dense arrays. Sparse arrays will use the superclass's hashtable storage scheme. -
denseOnly
boolean denseOnly
True if all numeric properties are stored indense
. -
length
long length
Internal representation of the JavaScript array's length property. -
lengthAttr
int lengthAttr
Attributes of the array's length property
-
-
Class org.mozilla.javascript.NativeArray.ElementComparator
class ElementComparator extends Object implements Serializable- serialVersionUID:
- -1189948017688708858L
-
Serialized Fields
-
child
Comparator<Object> child
-
-
Class org.mozilla.javascript.NativeArray.StringLikeComparator
class StringLikeComparator extends Object implements Serializable- serialVersionUID:
- 5299017659728190979L
-
Class org.mozilla.javascript.NativeArrayIterator
class NativeArrayIterator extends ES6Iterator implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arrayLike
Scriptable arrayLike
-
index
int index
-
type
NativeArrayIterator.ARRAY_ITERATOR_TYPE type
-
-
Class org.mozilla.javascript.NativeCall
class NativeCall extends IdScriptableObject implements Serializable- serialVersionUID:
- -7471457301304454454L
-
Serialized Fields
-
arguments
Arguments arguments
-
function
NativeFunction function
-
isStrict
boolean isStrict
-
originalArgs
Object[] originalArgs
-
-
Class org.mozilla.javascript.NativeCallSite
class NativeCallSite extends IdScriptableObject implements Serializable- serialVersionUID:
- 2688372752566593594L
-
Serialized Fields
-
element
ScriptStackElement element
-
-
Class org.mozilla.javascript.NativeCollectionIterator
class NativeCollectionIterator extends ES6Iterator implements Serializable- serialVersionUID:
- 7094840979404373443L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
className
String className
-
type
NativeCollectionIterator.Type type
-
-
Class org.mozilla.javascript.NativeContinuation
class NativeContinuation extends IdScriptableObject implements Serializable- serialVersionUID:
- 1794167133757605367L
-
Serialized Fields
-
implementation
Object implementation
-
-
Class org.mozilla.javascript.NativeFunction
class NativeFunction extends BaseFunction implements Serializable- serialVersionUID:
- 8713897114082216401L
-
Class org.mozilla.javascript.NativeGenerator
class NativeGenerator extends IdScriptableObject implements Serializable- serialVersionUID:
- 1645892441041347273L
-
Serialized Fields
-
firstTime
boolean firstTime
-
function
NativeFunction function
-
lineNumber
int lineNumber
-
lineSource
String lineSource
-
locked
boolean locked
-
savedState
Object savedState
-
-
Exception org.mozilla.javascript.NativeGenerator.GeneratorClosedException
class GeneratorClosedException extends RuntimeException implements Serializable- serialVersionUID:
- 2561315658662379681L
-
Class org.mozilla.javascript.NativeGlobal
class NativeGlobal extends Object implements Serializable- serialVersionUID:
- 6080442165748707530L
-
Class org.mozilla.javascript.NativeIterator
class NativeIterator extends IdScriptableObject implements Serializable- serialVersionUID:
- -4136968203581667681L
-
Serialized Fields
-
objectIterator
Object objectIterator
-
-
Class org.mozilla.javascript.NativeIterator.StopIteration
class StopIteration extends NativeObject implements Serializable- serialVersionUID:
- 2485151085722377663L
-
Serialized Fields
-
value
Object value
-
-
Class org.mozilla.javascript.NativeJavaArray
class NativeJavaArray extends NativeJavaObject implements Serializable- serialVersionUID:
- -924022554283675333L
-
Class org.mozilla.javascript.NativeJavaClass
class NativeJavaClass extends NativeJavaObject implements Serializable- serialVersionUID:
- -6460763940409461664L
-
Serialized Fields
-
staticFieldAndMethods
Map<String,
FieldAndMethods> staticFieldAndMethods
-
-
Class org.mozilla.javascript.NativeJavaConstructor
class NativeJavaConstructor extends BaseFunction implements Serializable- serialVersionUID:
- -8149253217482668463L
-
Serialized Fields
-
ctor
MemberBox ctor
-
-
Class org.mozilla.javascript.NativeJavaList
class NativeJavaList extends NativeJavaObject implements Serializable- serialVersionUID:
- 660285467829047519L
-
Class org.mozilla.javascript.NativeJavaMap
class NativeJavaMap extends NativeJavaObject implements Serializable- serialVersionUID:
- -3786257752907047381L
-
Class org.mozilla.javascript.NativeJavaMethod
class NativeJavaMethod extends BaseFunction implements Serializable- serialVersionUID:
- -3440381785576412928L
-
Class org.mozilla.javascript.NativeJavaObject
class NativeJavaObject extends Object implements Serializable- serialVersionUID:
- -6948590651130498591L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
parent
Scriptable parent
The parent scope of this object. -
prototype
Scriptable prototype
The prototype of this object.
-
-
Class org.mozilla.javascript.NativeJavaPackage
class NativeJavaPackage extends ScriptableObject implements Serializable- serialVersionUID:
- 7445054382212031523L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class org.mozilla.javascript.NativeJavaTopPackage
class NativeJavaTopPackage extends NativeJavaPackage implements Serializable- serialVersionUID:
- -1455787259477709999L
-
Class org.mozilla.javascript.NativeJSON
class NativeJSON extends IdScriptableObject implements Serializable- serialVersionUID:
- -4567599697595654984L
-
Class org.mozilla.javascript.NativeMap
class NativeMap extends IdScriptableObject implements Serializable- serialVersionUID:
- 1171922614280016891L
-
Serialized Fields
-
entries
Hashtable entries
-
instanceOfMap
boolean instanceOfMap
-
-
Class org.mozilla.javascript.NativeObject
class NativeObject extends IdScriptableObject implements Serializable- serialVersionUID:
- -6345305608474346996L
-
Class org.mozilla.javascript.NativePromise
class NativePromise extends ScriptableObject implements Serializable-
Serialized Fields
-
fulfillReactions
ArrayList<NativePromise.Reaction> fulfillReactions
-
handled
boolean handled
-
rejectReactions
ArrayList<NativePromise.Reaction> rejectReactions
-
result
Object result
-
state
NativePromise.State state
-
-
-
Class org.mozilla.javascript.NativeSet
class NativeSet extends IdScriptableObject implements Serializable- serialVersionUID:
- -8442212766987072986L
-
Serialized Fields
-
entries
Hashtable entries
-
instanceOfSet
boolean instanceOfSet
-
-
Class org.mozilla.javascript.NativeStringIterator
class NativeStringIterator extends ES6Iterator implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
index
int index
-
string
String string
-
-
Class org.mozilla.javascript.NativeSymbol
class NativeSymbol extends IdScriptableObject implements Serializable- serialVersionUID:
- -589539749749830003L
-
Serialized Fields
-
key
SymbolKey key
-
symbolData
NativeSymbol symbolData
-
-
Class org.mozilla.javascript.NativeWeakMap
class NativeWeakMap extends IdScriptableObject implements Serializable- serialVersionUID:
- 8670434366883930453L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
instanceOfWeakMap
boolean instanceOfWeakMap
-
-
Class org.mozilla.javascript.NativeWeakSet
class NativeWeakSet extends IdScriptableObject implements Serializable- serialVersionUID:
- 2065753364224029534L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
instanceOfWeakSet
boolean instanceOfWeakSet
-
-
Class org.mozilla.javascript.NativeWith
class NativeWith extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parent
Scriptable parent
-
prototype
Scriptable prototype
-
-
Class org.mozilla.javascript.ObjArray
class ObjArray extends Object implements Serializable- serialVersionUID:
- 4174889037736658296L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
sealed
boolean sealed
-
size
int size
-
-
Class org.mozilla.javascript.ObjToIntMap
class ObjToIntMap extends Object implements Serializable- serialVersionUID:
- -1542220580748809402L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
keyCount
int keyCount
-
power
int power
-
-
Class org.mozilla.javascript.Ref
class Ref extends Object implements Serializable- serialVersionUID:
- 4044540354730911424L
-
Exception org.mozilla.javascript.RhinoException
class RhinoException extends RuntimeException implements Serializable- serialVersionUID:
- 1883500631321581169L
-
Class org.mozilla.javascript.ScriptableObject
class ScriptableObject extends Object implements Serializable- serialVersionUID:
- 2829861078851942586L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
associatedValues
Map<Object,
Object> associatedValues -
isExtensible
boolean isExtensible
-
isSealed
boolean isSealed
-
parentScopeObject
Scriptable parentScopeObject
The parent scope of this object. -
prototypeObject
Scriptable prototypeObject
The prototype of this object.
-
-
Class org.mozilla.javascript.ScriptableObject.KeyComparator
class KeyComparator extends Object implements Serializable- serialVersionUID:
- 6411335891523988149L
-
Class org.mozilla.javascript.ScriptStackElement
class ScriptStackElement extends Object implements Serializable- serialVersionUID:
- -6416688260860477449L
-
Class org.mozilla.javascript.Slot
class Slot extends Object implements Serializable- serialVersionUID:
- -6090581677123995491L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class org.mozilla.javascript.SymbolKey
class SymbolKey extends Object implements Serializable- serialVersionUID:
- -6019782713330994754L
-
Serialized Fields
-
name
String name
-
-
Class org.mozilla.javascript.TopLevel
class TopLevel extends IdScriptableObject implements Serializable- serialVersionUID:
- -4648046356662472260L
-
Serialized Fields
-
ctors
EnumMap<TopLevel.Builtins,
BaseFunction> ctors -
errors
EnumMap<TopLevel.NativeErrors,
BaseFunction> errors
-
-
Class org.mozilla.javascript.UintMap
class UintMap extends Object implements Serializable- serialVersionUID:
- 4242698212885848444L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
keyCount
int keyCount
-
power
int power
-
-
Class org.mozilla.javascript.Undefined
class Undefined extends Object implements Serializable- serialVersionUID:
- 9195680630202616767L
-
Serialization Methods
-
readResolve
-
-
Class org.mozilla.javascript.UniqueTag
class UniqueTag extends Object implements Serializable- serialVersionUID:
- -4320556826714577259L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
tagId
int tagId
-
-
Exception org.mozilla.javascript.WrappedException
class WrappedException extends EvaluatorException implements Serializable- serialVersionUID:
- -1551979216966520648L
-
Serialized Fields
-
exception
Throwable exception
-
-
-
Package org.mozilla.javascript.ast
-
Class org.mozilla.javascript.ast.AstNode.PositionComparator
class PositionComparator extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.mozilla.javascript.commonjs.module
-
Class org.mozilla.javascript.commonjs.module.ModuleScope
class ModuleScope extends TopLevel implements Serializable- serialVersionUID:
- 1L
-
Class org.mozilla.javascript.commonjs.module.ModuleScript
class ModuleScript extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.mozilla.javascript.commonjs.module.Require
class Require extends BaseFunction implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exportedModuleInterfaces
Map<String,
Scriptable> exportedModuleInterfaces -
loadLock
Object loadLock
-
mainExports
Scriptable mainExports
-
mainModuleId
String mainModuleId
-
moduleScriptProvider
ModuleScriptProvider moduleScriptProvider
-
nativeScope
Scriptable nativeScope
-
paths
Scriptable paths
-
postExec
Script postExec
-
preExec
Script preExec
-
sandboxed
boolean sandboxed
-
-
Class org.mozilla.javascript.commonjs.module.RequireBuilder
class RequireBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
moduleScriptProvider
ModuleScriptProvider moduleScriptProvider
-
postExec
Script postExec
-
preExec
Script preExec
-
sandboxed
boolean sandboxed
-
-
-
Package org.mozilla.javascript.commonjs.module.provider
-
Class org.mozilla.javascript.commonjs.module.provider.CachingModuleScriptProviderBase
class CachingModuleScriptProviderBase extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
loadLocks
Object[] loadLocks
-
moduleSourceProvider
ModuleSourceProvider moduleSourceProvider
-
-
Class org.mozilla.javascript.commonjs.module.provider.DefaultUrlConnectionExpiryCalculator
class DefaultUrlConnectionExpiryCalculator extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relativeExpiry
long relativeExpiry
-
-
Class org.mozilla.javascript.commonjs.module.provider.ModuleSource
class ModuleSource extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.mozilla.javascript.commonjs.module.provider.ModuleSourceProviderBase
class ModuleSourceProviderBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.mozilla.javascript.commonjs.module.provider.ParsedContentType
class ParsedContentType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.mozilla.javascript.commonjs.module.provider.SoftCachingModuleScriptProvider
class SoftCachingModuleScriptProvider extends CachingModuleScriptProviderBase implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.mozilla.javascript.commonjs.module.provider.StrongCachingModuleScriptProvider
class StrongCachingModuleScriptProvider extends CachingModuleScriptProviderBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
modules
Map<String,
CachingModuleScriptProviderBase.CachedModuleScript> modules
-
-
Class org.mozilla.javascript.commonjs.module.provider.UrlModuleSourceProvider
class UrlModuleSourceProvider extends ModuleSourceProviderBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fallbackUris
Iterable<URI> fallbackUris
-
privilegedUris
Iterable<URI> privilegedUris
-
urlConnectionExpiryCalculator
UrlConnectionExpiryCalculator urlConnectionExpiryCalculator
-
urlConnectionSecurityDomainProvider
UrlConnectionSecurityDomainProvider urlConnectionSecurityDomainProvider
-
-
-
Package org.mozilla.javascript.engine
-
Class org.mozilla.javascript.engine.BindingsObject
class BindingsObject extends ScriptableObject implements Serializable-
Serialized Fields
-
bindings
Bindings bindings
-
-
-
-
Package org.mozilla.javascript.json
-
Exception org.mozilla.javascript.json.JsonParser.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 4804542791749920772L
-
-
Package org.mozilla.javascript.regexp
-
Class org.mozilla.javascript.regexp.NativeRegExp
class NativeRegExp extends IdScriptableObject implements Serializable- serialVersionUID:
- 4965263491464903264L
-
Serialized Fields
-
lastIndex
Object lastIndex
-
lastIndexAttr
int lastIndexAttr
-
re
RECompiled re
-
-
-
Package org.mozilla.javascript.tools.debugger
-
Class org.mozilla.javascript.tools.debugger.SwingGui
class SwingGui extends JFrame implements Serializable- serialVersionUID:
- -8217029773456711621L
-
Serialized Fields
-
awtEventQueue
EventQueue awtEventQueue
The AWT EventQueue. Used for manually pumping AWT events fromSwingGui.dispatchNextGuiEvent()
. -
console
JSInternalConsole console
The console that displays I/O from the script. -
context
ContextWindow context
TheJPanel
that shows information about the context. -
currentWindow
FileWindow currentWindow
TheFileWindow
that last had the focus. -
desk
JDesktopPane desk
TheJDesktopPane
that holds the script windows. -
dim
Dim dim
The debugger. -
dlg
JFileChooser dlg
File choose dialog for loading a script. -
exitAction
Runnable exitAction
The action to run when the 'Exit' menu item is chosen or the frame is closed. -
fileWindows
Map<String,
FileWindow> fileWindows Hash table of script URLs to their internal frames. -
menubar
Menubar menubar
The menu bar. -
split1
JSplitPane split1
-
statusBar
JLabel statusBar
The status bar. -
toolBar
JToolBar toolBar
The tool bar. -
toplevels
Map<String,
JFrame> toplevels Hash table of internal frame names to the internal frames themselves.
-
-
-
Package org.mozilla.javascript.tools.debugger.treetable
-
Class org.mozilla.javascript.tools.debugger.treetable.JTreeTable
class JTreeTable extends JTable implements Serializable- serialVersionUID:
- -2103973006456695515L
-
Serialized Fields
-
tree
JTreeTable.TreeTableCellRenderer tree
A subclass of JTree.
-
-
Class org.mozilla.javascript.tools.debugger.treetable.JTreeTable.ListToTreeSelectionModelWrapper
class ListToTreeSelectionModelWrapper extends DefaultTreeSelectionModel implements Serializable- serialVersionUID:
- 8168140829623071131L
-
Serialized Fields
-
updatingListSelectionModel
boolean updatingListSelectionModel
Set to true when we are updating the ListSelectionModel.
-
-
Class org.mozilla.javascript.tools.debugger.treetable.JTreeTable.TreeTableCellRenderer
class TreeTableCellRenderer extends JTree implements Serializable- serialVersionUID:
- -193867880014600717L
-
Serialized Fields
-
visibleRow
int visibleRow
Last table/tree row asked to renderer.
-
-
Class org.mozilla.javascript.tools.debugger.treetable.TreeTableModelAdapter
class TreeTableModelAdapter extends AbstractTableModel implements Serializable- serialVersionUID:
- 48741114609209052L
-
Serialized Fields
-
tree
JTree tree
-
treeTableModel
TreeTableModel treeTableModel
-
-
-
Package org.mozilla.javascript.tools.shell
-
Class org.mozilla.javascript.tools.shell.ConsoleTextArea
class ConsoleTextArea extends JTextArea implements Serializable- serialVersionUID:
- 8557083244830872961L
-
Serialized Fields
-
console1
ConsoleWriter console1
-
console2
ConsoleWriter console2
-
err
PrintStream err
-
history
List<String> history
-
historyIndex
int historyIndex
-
in
PipedInputStream in
-
inPipe
PrintWriter inPipe
-
out
PrintStream out
-
outputMark
int outputMark
-
-
Class org.mozilla.javascript.tools.shell.Environment
class Environment extends ScriptableObject implements Serializable- serialVersionUID:
- -430727378460177065L
-
Serialized Fields
-
thePrototypeInstance
Environment thePrototypeInstance
-
-
Class org.mozilla.javascript.tools.shell.Global
class Global extends ImporterTopLevel implements Serializable- serialVersionUID:
- 4029130780977538005L
-
Serialized Fields
-
attemptedJLineLoad
boolean attemptedJLineLoad
-
console
ShellConsole console
-
doctestCanonicalizations
HashMap<String,
String> doctestCanonicalizations -
errStream
PrintStream errStream
-
history
NativeArray history
-
initialized
boolean initialized
-
inStream
InputStream inStream
-
outStream
PrintStream outStream
-
prompts
String[] prompts
-
quitAction
QuitAction quitAction
-
sealedStdLib
boolean sealedStdLib
-
-
Class org.mozilla.javascript.tools.shell.JSConsole
class JSConsole extends JFrame implements Serializable- serialVersionUID:
- 2551225560631876300L
-
Serialized Fields
-
consoleTextArea
ConsoleTextArea consoleTextArea
-
CWD
File CWD
-
dlg
JFileChooser dlg
-
-
-
Package org.mozilla.javascript.typedarrays
-
Class org.mozilla.javascript.typedarrays.NativeArrayBuffer
class NativeArrayBuffer extends IdScriptableObject implements Serializable- serialVersionUID:
- 3110411773054879549L
-
Serialized Fields
-
buffer
byte[] buffer
-
-
Class org.mozilla.javascript.typedarrays.NativeArrayBufferView
class NativeArrayBufferView extends IdScriptableObject implements Serializable- serialVersionUID:
- 6884475582973958419L
-
Serialized Fields
-
arrayBuffer
NativeArrayBuffer arrayBuffer
Many view objects can share the same backing array -
byteLength
int byteLength
The length, in bytes, of the portion of the backing array that we use -
offset
int offset
The offset, in bytes, from the start of the backing array
-
-
Class org.mozilla.javascript.typedarrays.NativeDataView
class NativeDataView extends NativeArrayBufferView implements Serializable- serialVersionUID:
- 1427967607557438968L
-
Class org.mozilla.javascript.typedarrays.NativeFloat32Array
- serialVersionUID:
- -8963461831950499340L
-
Class org.mozilla.javascript.typedarrays.NativeFloat64Array
- serialVersionUID:
- -1255405650050639335L
-
Class org.mozilla.javascript.typedarrays.NativeInt16Array
- serialVersionUID:
- -8592870435287581398L
-
Class org.mozilla.javascript.typedarrays.NativeInt32Array
- serialVersionUID:
- -8963461831950499340L
-
Class org.mozilla.javascript.typedarrays.NativeInt8Array
- serialVersionUID:
- -3349419704390398895L
-
Class org.mozilla.javascript.typedarrays.NativeTypedArrayView
class NativeTypedArrayView extends NativeArrayBufferView implements Serializable- serialVersionUID:
- -4963053773152251274L
-
Serialized Fields
-
length
int length
The length, in elements, of the array
-
-
Class org.mozilla.javascript.typedarrays.NativeUint16Array
- serialVersionUID:
- 7700018949434240321L
-
Class org.mozilla.javascript.typedarrays.NativeUint32Array
- serialVersionUID:
- -7987831421954144244L
-
Class org.mozilla.javascript.typedarrays.NativeUint8Array
- serialVersionUID:
- -3349419704390398895L
-
Class org.mozilla.javascript.typedarrays.NativeUint8ClampedArray
- serialVersionUID:
- -3349419704390398895L
-
-
Package org.mozilla.javascript.xml
-
Class org.mozilla.javascript.xml.XMLObject
class XMLObject extends IdScriptableObject implements Serializable- serialVersionUID:
- 8455156490438576500L
-
-
Package org.mozilla.javascript.xmlimpl
-
Class org.mozilla.javascript.xmlimpl.XMLLibImpl
class XMLLibImpl extends XMLLib implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
globalScope
Scriptable globalScope
-
namespacePrototype
Namespace namespacePrototype
-
options
XmlProcessor options
-
qnamePrototype
QName qnamePrototype
-
xmlListPrototype
XMLList xmlListPrototype
-
xmlPrototype
XML xmlPrototype
-
-