Class: Lexer
Represents the passed Tag.
Constructors
new Lexer()
new Lexer(input
, limit
, parenType
): Lexer
Parameters
• input: string
• limit: number
= 2_000
• parenType: ParenType
= ParenType.Both
Returns
Defined in
Properties
declaration
declaration: null
| string
Defined in
parameter
parameter: null
| string
Defined in
payload
payload: null
| string
Defined in
Methods
toJSON()
toJSON(): object
Returns
object
declaration
declaration: null
| string
parameter
parameter: null
| string
payload
payload: null
| string
usedParenType
usedParenType: ParenType
Defined in
toString()
toString(): string
Returns
string