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

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

	public boolean buildParseTrees;

	public RollupParser(CommonTokenStream tokens) {
		// TODO Auto-generated constructor stub
	}

	public void addParseListener(RollupListener listener) {

	}

	public void s() {
		// TODO Auto-generated method stub

	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy