EXPRCONSTANT class EXPRCONSTANT : EXPR Documentation Code public EXPR OptionalConstructorCall public long I64Value { get; } public bool IsZero { get; } public CONSTVAL Val { get; set; } public EXPRCONSTANT() public long getI64Value() public EXPR GetOptionalConstructorCall() public ulong getU64Value() public CONSTVAL getVal() public bool isZero() public void SetOptionalConstructorCall(EXPR value) public void setVal(CONSTVAL newValue)