ConstantDomain.Lattice Type
Represents a lattice element in the constant propagation domain.
Union cases
| Union case |
Description
|
|
|
Full Usage:
NotAConst
|
|
Full Usage:
Undef
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsConst
Returns: bool
|
|
Full Usage:
this.IsNotAConst
Returns: bool
|
|
Full Usage:
this.IsUndef
Returns: bool
|
|
B2R2