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
readonlyindex:number
Defined in: src/path/token.ts:55
input
readonlyinput:string
Defined in: src/path/token.ts:56
kind
readonlykind:TokenKind
Defined in: src/path/token.ts:53
value
readonlyvalue:string
Defined in: src/path/token.ts:54