gram_ast.hexadecimalliteral
Interface: HexadecimalLiteral
Represents an integer expressed in hexadecimal, like 0xc0d3.
The prefix 0x
signifies a hexadecimal value to follow.
Hierarchy
-
TextLiteral
↳ HexadecimalLiteral
Indexable
▪ [key: string]: unknown
Represents an integer expressed in hexadecimal, like 0xc0d3.
The prefix 0x
signifies a hexadecimal value to follow.
Index
Properties
Properties
data
• Optional
data: Data
Defined in packages/gram-ast/node_modules/@types/unist/index.d.ts:23
Information from the ecosystem.
position
• Optional
position: Position
Inherited from GramSeq.position
Defined in packages/gram-ast/node_modules/@types/unist/index.d.ts:29
Location of a node in a source document. Must not be present if a node is generated.
type
• type: "hexadecimal"
Overrides void
Defined in packages/gram-ast/src/index.ts:377
value
• value: string
Inherited from StringLiteral.value
Overrides void
Defined in packages/gram-ast/src/index.ts:277