Class JSGlobal
- java.lang.Object
-
- org.fife.rsta.ac.js.ecma.api.ecma3.JSGlobal
-
- All Implemented Interfaces:
JSGlobalFunctions,JSObjectFunctions
public abstract class JSGlobal extends java.lang.Object implements JSGlobalFunctions
Object Global- Since:
- Standard ECMA-262 3rd. Edition
-
-
Constructor Summary
Constructors Constructor Description JSGlobal()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
decodeURI, decodeURIComponent, encodeURI, encodeURIComponent, escape, eval, isFinite, isNaN, parseFloat, parseInt, unescape
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
-
-
-
Field Detail
-
Infinity
public static JSNumber Infinity
property Infinity A numerical property that represents infinity.- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
Number
-
NaN
public static JSNumber NaN
property NaN Not a number value.- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
Number
-
undefined
public static JSUndefined undefined
property undefined The undefined value.- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
Global
-
-