Module Impl
INTERNAL: This module contains the customizable definition of LiteralExpr and should not
be referenced directly.
Import path
import codeql.rust.elements.internal.LiteralExprImplClasses
| BooleanLiteralExpr | A Boolean literal. Either |
| CharLiteralExpr | A [character literal][1]. For example: |
| FloatLiteralExpr | A [floating-point literal][1]. For example: |
| IntegerLiteralExpr | An [integer literal][1]. For example: |
| LiteralExpr | A literal expression. For example: |
| NumberLiteralExpr | A number literal. |
| StringLiteralExpr | A [string literal][1]. For example: |