Class BarProp
java.lang.Object
org.fife.rsta.ac.js.ecma.api.ecma3.JSArray
org.fife.rsta.ac.js.ecma.api.ecma5.JS5Array
org.fife.rsta.ac.js.ecma.api.client.BarProp
- All Implemented Interfaces:
JSArrayFunctions,JSObjectFunctions,JS5ArrayFunctions,JS5ObjectFunctions
-
Field Summary
FieldsFields inherited from class org.fife.rsta.ac.js.ecma.api.ecma3.JSArray
constructor, length -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5ArrayFunctions
every, filter, forEach, indexOf, lastIndexOf, map, reduce, reduceRight, someMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSArrayFunctions
concat, join, pop, push, reverse, shift, slice, sort, splice, unshiftMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Field Details
-
prototype
property prototype- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
-
Constructor Details
-
BarProp
public BarProp()Object BarProp()- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-