module lang::php::semantics::concrete::Value
rascal-0.40.17
php-analysis-0.2.4
Usage
import lang::php::semantics::concrete::Value;
Source code
Dependencies
import lang::php::semantics::shared::Value;
data Value
data Value
= IntValue(int iv)
| RealValue(real rv)
| BoolValue(bool bv)
| StringValue(str sv)
;