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