Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiscript-dev/aiscript
/ getTokenKind
Method
getTokenKind
src/parser/streams/token-stream.ts:22–22 ·
view source on GitHub ↗
* カーソル位置にあるトークンの種類を取得します。
()
Source
from the content-addressed store, hash-verified
20
* カーソル位置にあるトークンの種類を取得します。
21
*/
22
getTokenKind(): TokenKind;
23
24
/**
25
* カーソル位置にあるトークンに含まれる値を取得します。
Callers
15
parseParams
Function · 0.65
parseBlock
Function · 0.65
parseOptionalSeparator
Function · 0.65
parseTopLevel
Function · 0.65
parseNamespace
Function · 0.65
parseStatement
Function · 0.65
parseDefStatement
Function · 0.65
parseVarDef
Function · 0.65
tryParseAssign
Function · 0.65
isStatementTerminator
Function · 0.65
parseAiSonTopLevel
Function · 0.65
parsePrefix
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