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

Method getTokenValue

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

* カーソル位置にあるトークンに含まれる値を取得します。

()

Source from the content-addressed store, hash-verified

25 * カーソル位置にあるトークンに含まれる値を取得します。
26 */
27 getTokenValue(): string;
28
29 /**
30 * カーソル位置にあるトークンの位置情報を取得します。

Callers 12

parseDestFunction · 0.65
parseLabelFunction · 0.65
parseNamespaceFunction · 0.65
parseMetaFunction · 0.65
parseFnDefFunction · 0.65
parseForFunction · 0.65
parseAttrFunction · 0.65
parseAtomFunction · 0.65
parseReferenceFunction · 0.65
parseObjectKeyFunction · 0.65
parseTypeParamFunction · 0.65
parseNamedTypeFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected