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

Method next

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

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

()

Source from the content-addressed store, hash-verified

108 * カーソル位置を次のトークンへ進めます。
109 */
110 public next(): void {
111 if (!this.eof) {
112 this.index++;
113 }
114 this.load();
115 }
116
117 /**
118 * トークンの先読みを行います。カーソル位置は移動されません。

Callers 1

parseAtomFunction · 0.95

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected