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

js.prompto.parser.ONamingLexer.js Maven / Gradle / Ivy

var antlr4 = require("antlr4/index");
var OLexer = require("./OLexer").OLexer;
var Dialect = null;

exports.resolve = function() {
	Dialect = require("./Dialect").Dialect;
}

function ONamingLexer(input) {
	OLexer.call(this, input);
	this.dialect = Dialect.OOPS;
	return this;
}

ONamingLexer.prototype = Object.create(OLexer.prototype);
ONamingLexer.prototype.constructor = ONamingLexer;

exports.ONamingLexer = ONamingLexer




© 2015 - 2025 Weber Informatics LLC | Privacy Policy