MCPcopy Index your code
hub / github.com/aiscript-dev/aiscript / getTokenKind

Method getTokenKind

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

* カーソル位置にあるトークンの種類を取得します。

()

Source from the content-addressed store, hash-verified

94 * カーソル位置にあるトークンの種類を取得します。
95 */
96 public getTokenKind(): TokenKind {
97 return this.getToken().kind;
98 }
99
100 /**
101 * カーソル位置にあるトークンの位置情報を取得します。

Callers 2

isMethod · 0.95
expectMethod · 0.95

Calls 1

getTokenMethod · 0.95

Tested by

no test coverage detected