Class JSGlobal

java.lang.Object
org.fife.rsta.ac.js.ecma.api.ecma3.JSGlobal
All Implemented Interfaces:
JSGlobalFunctions, JSObjectFunctions
Direct Known Subclasses:
E4XGlobal, Window

public abstract class JSGlobal extends Object implements JSGlobalFunctions
Object Global
Since:
Standard ECMA-262 3rd. Edition
  • Field Details

    • 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:
    • 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:
    • 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:
  • Constructor Details

    • JSGlobal

      public JSGlobal()