Class JSBoolean
java.lang.Object
org.fife.rsta.ac.js.ecma.api.ecma3.JSBoolean
- All Implemented Interfaces:
JSObjectFunctions
Object Boolean
- Since:
- Standard ECMA-262 3rd. Edition
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
-
Constructor Details
-
JSBoolean
Object Boolean(value)- Parameters:
value- The value to be held by the Boolean object or be converted to a boolean value- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-