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

org.stjs.javascript.RegExpMatch Maven / Gradle / Ivy

package org.stjs.javascript;

import org.stjs.javascript.annotation.SyntheticType;

@SyntheticType
public abstract class RegExpMatch extends Array {
	public int index;
	public String input;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy