Uses of Class
pascal.taie.analysis.dataflow.analysis.constprop.Value
Packages that use Value
-
Uses of Value in pascal.taie.analysis.dataflow.analysis.constprop
Methods in pascal.taie.analysis.dataflow.analysis.constprop that return ValueModifier and TypeMethodDescriptionstatic Value
Evaluates theValue
of given expression.static Value
Value.getNAC()
static Value
Value.getUndef()
static Value
Value.makeConstant
(int value) Makes a constant value.Meets two Values.Methods in pascal.taie.analysis.dataflow.analysis.constprop with parameters of type Value