ExprConstant sealed class ExprConstant : ExprWithType Documentation Code public long Int64Value { get; } public bool IsZero { get; } public Expr OptionalConstructorCall { get; set; } public ulong UInt64Value { get; } public ConstVal Val { get; } public ExprConstant(CType type, ConstVal value)