slang::ast::UnbasedUnsizedIntegerLiteral class final

Represents an unbased unsized integer literal, which fills all bits in an expression.

Base classes

class Expression
The base class for all expressions in SystemVerilog.

Public functions

logic_t getLiteralValue() const
Gets the value of the literal as a single bit.
SVInt getValue() const
Gets the value of the literal sized to the type of the expression.