Lines Matching refs:Scanner
28145 …(binding) */ __webpack_require__.d(__webpack_exports__, "Scanner", function() { return Scanner; });
28334 var Scanner = /** @class */ (function () { function
28335 function Scanner() { class in AnonymousFunction410cd55f19100.Scanner
28341 Scanner.prototype.setSource = function (input) { class
28344 Scanner.prototype.finishToken = function (offset, type, text) {
28352 Scanner.prototype.substring = function (offset, len) {
28355 Scanner.prototype.pos = function () {
28358 Scanner.prototype.goBackTo = function (pos) {
28361 Scanner.prototype.scanUnquotedString = function () {
28369 Scanner.prototype.scan = function () {
28382 Scanner.prototype.scanNext = function (offset) {
28486 Scanner.prototype.trivia = function () {
28504 Scanner.prototype.comment = function () {
28522 Scanner.prototype._number = function () {
28537 Scanner.prototype._newline = function (result) {
28552 Scanner.prototype._escape = function (result, includeNewLines) {
28593 Scanner.prototype._stringChar = function (closeQuote, result) {
28603 Scanner.prototype._string = function (result) {
28621 Scanner.prototype._unquotedChar = function (result) {
28631 Scanner.prototype._unquotedString = function (result) {
28638 Scanner.prototype._whitespace = function () {
28644 Scanner.prototype._name = function (result) {
28651 Scanner.prototype.ident = function (result) {
28671 Scanner.prototype._identFirstChar = function (result) {
28683 Scanner.prototype._minus = function (result) {
28692 Scanner.prototype._identChar = function (result) {
28706 return Scanner;