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

net.java.html.lib.IArguments Maven / Gradle / Ivy

The newest version!
package net.java.html.lib;
public class IArguments extends net.java.html.lib.Objs {
  protected IArguments(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(IArguments.class);
    }
    @Override
    public IArguments create(java.lang.Object obj) {
      return obj == null ? null : new IArguments(this, obj);
    }
    @Override
    public IArguments create(java.lang.Object obj, java.lang.reflect.Type... typeParameters) {
      return obj == null ? null : new IArguments(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static IArguments $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public java.lang.Object $get(double index) {
    return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.$get$243($js(this), index));
  }
  public net.java.html.lib.Objs.Property length = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "length");
  public java.lang.Number length() { return length.get(); }
  public net.java.html.lib.Objs.Property callee = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.class, "callee");
  public net.java.html.lib.Function callee() { return callee.get(); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy