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

cass.rollup.js.bridges.RollupLexer 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("RollupLexer")
@STJSBridge()
public class RollupLexer {

	public RollupLexer(InputStream chars) {
		// TODO Auto-generated constructor stub
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy