Module literal

Source
Available on crate feature ast-models only.
Expand description

AST node models representing literal values in source code.

Structsยง

BooleanLiteral
A boolean literal from source.
IntegerLiteral
An integer literal from source. This only contains unsigned integers as writing negative numbers is considered to be a combination of an integer literal with a unary negation.