botanjs/src/externs/Components.Vim.Syntax.Analyzer.js
raw ยท 556 bytes
/**
* @constructor
* @param {Components.Vim.LineFeeder} feeder
*/
Components.Vim.Syntax.Analyzer = function(feeder){};
/** @type Function */
Components.Vim.Syntax.Analyzer.prototype.bracketAt;
/** @type Function */
Components.Vim.Syntax.Analyzer.prototype.bracketIn;
/** @type Function */
Components.Vim.Syntax.Analyzer.prototype.quoteIn;
/** @type Function */
Components.Vim.Syntax.Analyzer.prototype.wordAt;
/** @type Function */
Components.Vim.Syntax.Analyzer.prototype.quoteAt;
/** @type Function */
Components.Vim.Syntax.Analyzer.prototype.reset;