class
#include <slang/binding/LiteralExpressions.h>
IntegerLiteral Represents an integer literal.
Contents
- Reference
Base classes
- class Expression
- The base class for all expressions in SystemVerilog.
Public variables
- bool isDeclaredUnsized
Variable documentation
bool slang:: IntegerLiteral:: isDeclaredUnsized
Indicates whether the original token in the source text was declared unsized; if false, an explicit size was given.