Uses of Class
org.mozilla.javascript.ObjArray
-
Packages that use ObjArray Package Description org.mozilla.classfile org.mozilla.javascript org.mozilla.javascript.optimizer org.mozilla.javascript.tools.debugger -
-
Uses of ObjArray in org.mozilla.classfile
Fields in org.mozilla.classfile declared as ObjArray Modifier and Type Field Description private ObjArray
ClassFileWriter. itsBootstrapMethods
private ObjArray
ClassFileWriter. itsFields
private ObjArray
ClassFileWriter. itsInterfaces
private ObjArray
ClassFileWriter. itsMethods
private ObjArray
ClassFileWriter. itsVarDescriptors
-
Uses of ObjArray in org.mozilla.javascript
Fields in org.mozilla.javascript declared as ObjArray Modifier and Type Field Description private ObjArray
ImporterTopLevel. importedPackages
private ObjArray
CodeGenerator. literalIds
private ObjArray
NodeTransformer. loopEnds
private ObjArray
NodeTransformer. loops
(package private) ObjArray
Context. previousInterpreterInvocations
-
Uses of ObjArray in org.mozilla.javascript.optimizer
Fields in org.mozilla.javascript.optimizer declared as ObjArray Modifier and Type Field Description private ObjArray
Codegen. directCallTargets
private ObjArray
OptTransformer. directCallTargets
Methods in org.mozilla.javascript.optimizer with parameters of type ObjArray Modifier and Type Method Description private static void
Optimizer. buildStatementList_r(Node node, ObjArray statements)
private static void
Codegen. collectScriptNodes_r(ScriptNode n, ObjArray x)
Constructors in org.mozilla.javascript.optimizer with parameters of type ObjArray Constructor Description OptTransformer(java.util.Map<java.lang.String,OptFunctionNode> possibleDirectCalls, ObjArray directCallTargets)
-
Uses of ObjArray in org.mozilla.javascript.tools.debugger
Fields in org.mozilla.javascript.tools.debugger declared as ObjArray Modifier and Type Field Description private ObjArray
Dim.ContextData. frameStack
The stack frames.Methods in org.mozilla.javascript.tools.debugger with parameters of type ObjArray Modifier and Type Method Description private static void
Dim. collectFunctions_r(DebuggableScript function, ObjArray array)
Helper function forDim.getAllFunctions(DebuggableScript)
.
-