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

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

The newest version!
package net.java.html.lib;
public class RegExpExecArray extends net.java.html.lib.Array {
  protected RegExpExecArray(net.java.html.lib.Objs.Constructor c, java.lang.Object js) {
    super(c, js, java.lang.String.class);
  }
  private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
    $Constructor() {
      super(RegExpExecArray.class);
    }
    @Override
    public RegExpExecArray create(java.lang.Object obj) {
      return obj == null ? null : new RegExpExecArray(this, obj);
    }
    @Override
    public RegExpExecArray create(java.lang.Object obj, java.lang.reflect.Type... typeParameters) {
      return obj == null ? null : new RegExpExecArray(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static RegExpExecArray $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property index = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "index");
  public java.lang.Number index() { return index.get(); }
  public net.java.html.lib.Objs.Property input = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "input");
  public java.lang.String input() { return input.get(); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy