Class: Token
Defined in: src/path/token.ts:51
Constructors
new Token()
new Token(
kind
,value
,index
,input
):Token
Defined in: src/path/token.ts:52
Parameters
kind
value
string
index
number
input
string
Returns
Properties
index
readonly
index:number
Defined in: src/path/token.ts:55
input
readonly
input:string
Defined in: src/path/token.ts:56
kind
readonly
kind:TokenKind
Defined in: src/path/token.ts:53
value
readonly
value:string
Defined in: src/path/token.ts:54