MCPcopy Create free account
hub / github.com/aiscript-dev/aiscript / next

Method next

src/parser/streams/token-stream.ts:37–37  ·  view source on GitHub ↗

* カーソル位置を次のトークンへ進めます。

()

Source from the content-addressed store, hash-verified

35 * カーソル位置を次のトークンへ進めます。
36 */
37 next(): void;
38
39 /**
40 * トークンの先読みを行います。カーソル位置は移動されません。

Callers 15

parser.tsFile · 0.65
nextFunction · 0.65
readTokenMethod · 0.65
tryReadIdentifierPartMethod · 0.65
tryReadDigitsMethod · 0.65
readStringLiteralMethod · 0.65
readTemplateMethod · 0.65
skipEmptyLinesMethod · 0.65
skipCommentLineMethod · 0.65
skipCommentRangeMethod · 0.65

Implementers 2

Scannersrc/parser/scanner.ts
TokenStreamsrc/parser/streams/token-stream.ts

Calls

no outgoing calls

Tested by

no test coverage detected