All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.html.lib.node.NodeJS.Global Maven / Gradle / Ivy

The newest version!
package net.java.html.lib.node.NodeJS;
public class Global extends net.java.html.lib.Objs {
  protected Global(net.java.html.lib.Objs.Constructor c, java.lang.Object js) {
    super(c, js);
  }
  private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
    $Constructor() {
      super(Global.class);
    }
    @Override
    public Global create(java.lang.Object obj) {
      return obj == null ? null : new Global(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static Global $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property Array = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Array");
  public java.lang.Object Array() { return Array.get(); }
  public net.java.html.lib.Objs.Property ArrayBuffer = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "ArrayBuffer");
  public java.lang.Object ArrayBuffer() { return ArrayBuffer.get(); }
  public net.java.html.lib.Objs.Property Boolean = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Boolean");
  public java.lang.Object Boolean() { return Boolean.get(); }
  public net.java.html.lib.Objs.Property Buffer = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Buffer");
  public java.lang.Object Buffer() { return Buffer.get(); }
  public net.java.html.lib.Objs.Property DataView = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "DataView");
  public java.lang.Object DataView() { return DataView.get(); }
  public net.java.html.lib.Objs.Property Date = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Date");
  public java.lang.Object Date() { return Date.get(); }
  public net.java.html.lib.Objs.Property Error = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Error");
  public java.lang.Object Error() { return Error.get(); }
  public net.java.html.lib.Objs.Property EvalError = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "EvalError");
  public java.lang.Object EvalError() { return EvalError.get(); }
  public net.java.html.lib.Objs.Property Float32Array = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Float32Array");
  public java.lang.Object Float32Array() { return Float32Array.get(); }
  public net.java.html.lib.Objs.Property Float64Array = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Float64Array");
  public java.lang.Object Float64Array() { return Float64Array.get(); }
  public net.java.html.lib.Objs.Property Function = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Function");
  public java.lang.Object Function() { return Function.get(); }
  public net.java.html.lib.Objs.Property GLOBAL = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.node.NodeJS.Global.class, "GLOBAL");
  public net.java.html.lib.node.NodeJS.Global GLOBAL() { return GLOBAL.get(); }
  public net.java.html.lib.Objs.Property Infinity = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Infinity");
  public java.lang.Object Infinity() { return Infinity.get(); }
  public net.java.html.lib.Objs.Property Int16Array = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Int16Array");
  public java.lang.Object Int16Array() { return Int16Array.get(); }
  public net.java.html.lib.Objs.Property Int32Array = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Int32Array");
  public java.lang.Object Int32Array() { return Int32Array.get(); }
  public net.java.html.lib.Objs.Property Int8Array = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Int8Array");
  public java.lang.Object Int8Array() { return Int8Array.get(); }
  public net.java.html.lib.Objs.Property Intl = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Intl");
  public java.lang.Object Intl() { return Intl.get(); }
  public net.java.html.lib.Objs.Property JSON = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "JSON");
  public java.lang.Object JSON() { return JSON.get(); }
  public net.java.html.lib.Objs.Property Map = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.node.MapConstructor.class, "Map");
  public net.java.html.lib.node.MapConstructor Map() { return Map.get(); }
  public net.java.html.lib.Objs.Property Math = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Math");
  public java.lang.Object Math() { return Math.get(); }
  public net.java.html.lib.Objs.Property NaN = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "NaN");
  public java.lang.Object NaN() { return NaN.get(); }
  public net.java.html.lib.Objs.Property Number = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Number");
  public java.lang.Object Number() { return Number.get(); }
  public net.java.html.lib.Objs.Property Object = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Object");
  public java.lang.Object Object() { return Object.get(); }
  public net.java.html.lib.Objs.Property Promise = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.class, "Promise");
  public net.java.html.lib.Function Promise() { return Promise.get(); }
  public net.java.html.lib.Objs.Property RangeError = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "RangeError");
  public java.lang.Object RangeError() { return RangeError.get(); }
  public net.java.html.lib.Objs.Property ReferenceError = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "ReferenceError");
  public java.lang.Object ReferenceError() { return ReferenceError.get(); }
  public net.java.html.lib.Objs.Property RegExp = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "RegExp");
  public java.lang.Object RegExp() { return RegExp.get(); }
  public net.java.html.lib.Objs.Property Set = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.node.SetConstructor.class, "Set");
  public net.java.html.lib.node.SetConstructor Set() { return Set.get(); }
  public net.java.html.lib.Objs.Property String = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "String");
  public java.lang.Object String() { return String.get(); }
  public net.java.html.lib.Objs.Property Symbol = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.class, "Symbol");
  public net.java.html.lib.Function Symbol() { return Symbol.get(); }
  public net.java.html.lib.Objs.Property SyntaxError = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "SyntaxError");
  public java.lang.Object SyntaxError() { return SyntaxError.get(); }
  public net.java.html.lib.Objs.Property TypeError = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "TypeError");
  public java.lang.Object TypeError() { return TypeError.get(); }
  public net.java.html.lib.Objs.Property URIError = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "URIError");
  public java.lang.Object URIError() { return URIError.get(); }
  public net.java.html.lib.Objs.Property Uint16Array = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Uint16Array");
  public java.lang.Object Uint16Array() { return Uint16Array.get(); }
  public net.java.html.lib.Objs.Property Uint32Array = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Uint32Array");
  public java.lang.Object Uint32Array() { return Uint32Array.get(); }
  public net.java.html.lib.Objs.Property Uint8Array = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "Uint8Array");
  public java.lang.Object Uint8Array() { return Uint8Array.get(); }
  public net.java.html.lib.Objs.Property Uint8ClampedArray = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.class, "Uint8ClampedArray");
  public net.java.html.lib.Function Uint8ClampedArray() { return Uint8ClampedArray.get(); }
  public net.java.html.lib.Objs.Property WeakMap = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.node.WeakMapConstructor.class, "WeakMap");
  public net.java.html.lib.node.WeakMapConstructor WeakMap() { return WeakMap.get(); }
  public net.java.html.lib.Objs.Property WeakSet = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.node.WeakSetConstructor.class, "WeakSet");
  public net.java.html.lib.node.WeakSetConstructor WeakSet() { return WeakSet.get(); }
  public net.java.html.lib.Objs.Property> clearImmediate = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A1.class, "clearImmediate");
  public net.java.html.lib.Function.A1 clearImmediate() { return clearImmediate.get(); }
  public net.java.html.lib.Objs.Property> clearInterval = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A1.class, "clearInterval");
  public net.java.html.lib.Function.A1 clearInterval() { return clearInterval.get(); }
  public net.java.html.lib.Objs.Property> clearTimeout = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A1.class, "clearTimeout");
  public net.java.html.lib.Function.A1 clearTimeout() { return clearTimeout.get(); }
  public net.java.html.lib.Objs.Property console = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "console");
  public java.lang.Object console() { return console.get(); }
  public net.java.html.lib.Objs.Property decodeURI = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "decodeURI");
  public java.lang.Object decodeURI() { return decodeURI.get(); }
  public net.java.html.lib.Objs.Property decodeURIComponent = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "decodeURIComponent");
  public java.lang.Object decodeURIComponent() { return decodeURIComponent.get(); }
  public net.java.html.lib.Objs.Property encodeURI = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "encodeURI");
  public java.lang.Object encodeURI() { return encodeURI.get(); }
  public net.java.html.lib.Objs.Property encodeURIComponent = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "encodeURIComponent");
  public java.lang.Object encodeURIComponent() { return encodeURIComponent.get(); }
  public net.java.html.lib.Objs.Property> escape = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A1.class, "escape");
  public net.java.html.lib.Function.A1 escape() { return escape.get(); }
  public net.java.html.lib.Objs.Property eval = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "eval");
  public java.lang.Object eval() { return eval.get(); }
  public net.java.html.lib.Objs.Property global = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.node.NodeJS.Global.class, "global");
  public net.java.html.lib.node.NodeJS.Global global() { return global.get(); }
  public net.java.html.lib.Objs.Property isFinite = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "isFinite");
  public java.lang.Object isFinite() { return isFinite.get(); }
  public net.java.html.lib.Objs.Property isNaN = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "isNaN");
  public java.lang.Object isNaN() { return isNaN.get(); }
  public net.java.html.lib.Objs.Property parseFloat = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "parseFloat");
  public java.lang.Object parseFloat() { return parseFloat.get(); }
  public net.java.html.lib.Objs.Property parseInt = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "parseInt");
  public java.lang.Object parseInt() { return parseInt.get(); }
  public net.java.html.lib.Objs.Property process = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.node.NodeJS.Process.class, "process");
  public net.java.html.lib.node.NodeJS.Process process() { return process.get(); }
  public net.java.html.lib.Objs.Property root = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.node.NodeJS.Global.class, "root");
  public net.java.html.lib.node.NodeJS.Global root() { return root.get(); }
  public net.java.html.lib.Objs.Property,? extends java.lang.Void>,? super net.java.html.lib.Array,? extends java.lang.Object>> setImmediate = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A2.class, "setImmediate");
  public net.java.html.lib.Function.A2,? extends java.lang.Void>,? super net.java.html.lib.Array,? extends java.lang.Object> setImmediate() { return setImmediate.get(); }
  public net.java.html.lib.Objs.Property,? extends java.lang.Void>,? super java.lang.Number,? super net.java.html.lib.Array,? extends net.java.html.lib.node.NodeJS.Timer>> setInterval = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A3.class, "setInterval");
  public net.java.html.lib.Function.A3,? extends java.lang.Void>,? super java.lang.Number,? super net.java.html.lib.Array,? extends net.java.html.lib.node.NodeJS.Timer> setInterval() { return setInterval.get(); }
  public net.java.html.lib.Objs.Property,? extends java.lang.Void>,? super java.lang.Number,? super net.java.html.lib.Array,? extends net.java.html.lib.node.NodeJS.Timer>> setTimeout = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A3.class, "setTimeout");
  public net.java.html.lib.Function.A3,? extends java.lang.Void>,? super java.lang.Number,? super net.java.html.lib.Array,? extends net.java.html.lib.node.NodeJS.Timer> setTimeout() { return setTimeout.get(); }
  public net.java.html.lib.Objs.Property undefined = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "undefined");
  public java.lang.Object undefined() { return undefined.get(); }
  public net.java.html.lib.Objs.Property> unescape = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A1.class, "unescape");
  public net.java.html.lib.Function.A1 unescape() { return unescape.get(); }
  public net.java.html.lib.Objs.Property> gc = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A0.class, "gc");
  public net.java.html.lib.Function.A0 gc() { return gc.get(); }
  public net.java.html.lib.Objs.Property v8debug = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "v8debug");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy