Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseDest
Function · 0.65
parseLabel
Function · 0.65
parseNamespace
Function · 0.65
parseMeta
Function · 0.65
parseFnDef
Function · 0.65
parseFor
Function · 0.65
parseAttr
Function · 0.65
parseAtom
Function · 0.65
parseReference
Function · 0.65
parseObjectKey
Function · 0.65
parseTypeParam
Function · 0.65
parseNamedType
Function · 0.65
Implementers
2
Scanner
src/parser/scanner.ts
TokenStream
src/parser/streams/token-stream.ts
Calls
no outgoing calls
Tested by
no test coverage detected