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

cass.rollup.js.bridges.InputStream Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
package cass.rollup.js.bridges;

import org.stjs.javascript.annotation.Namespace;
import org.stjs.javascript.annotation.STJSBridge;

@Namespace("antlr4")
@STJSBridge()
public class InputStream {

	public InputStream(String input) {
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy