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

js.prompto.grammar.NativeSymbolList.js Maven / Gradle / Ivy

var SymbolList = require("./SymbolList").SymbolList;

function NativeSymbolList(symbol) {
	SymbolList.call(this, symbol);
	return this;
}

NativeSymbolList.prototype = Object.create(SymbolList.prototype);
NativeSymbolList.prototype.constructor = NativeSymbolList;

exports.NativeSymbolList = NativeSymbolList;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy