Module token

Module token 

Source
Expand description

Solidity source code token.

Structs§

Token
A single token.
TokenLit
A literal token. Different from an AST literal as this is unparsed and only contains the raw contents.
TokenRepr
Actual representation of Token.

Enums§

BinOpToken
A binary operation token.
CommentKind
The type of a comment.
Delimiter
Describes how a sequence of token trees is delimited.
TokenDescription
A description of a token.
TokenKind
A kind of token.
TokenLitKind
A kind of literal token.