Class JSArray
java.lang.Object
org.fife.rsta.ac.js.ecma.api.ecma3.JSArray
- All Implemented Interfaces:
JSArrayFunctions, JSObjectFunctions
- Direct Known Subclasses:
JS5Array
Object Array
- Since:
- Standard ECMA-262 3rd. Edition
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JSFunctionproperty constructorproperty lengthproperty prototype -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSArrayFunctions
concat, join, pop, push, reverse, shift, slice, sort, splice, unshiftMethods inherited from interface JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Field Details
-
length
property length- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
prototype
property prototype- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
-
Constructor Details
-
JSArray
public JSArray()Object Array()- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-
JSArray
Object Array(size)- Parameters:
size- The desired number of elements in the array. The returned value has its length field set to size- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-
JSArray
-