Uses of Class
edu.umd.cs.findbugs.ba.constant.Constant
-
Packages that use Constant Package Description edu.umd.cs.findbugs.ba.constant -
-
Uses of Constant in edu.umd.cs.findbugs.ba.constant
Fields in edu.umd.cs.findbugs.ba.constant declared as Constant Modifier and Type Field Description static Constant
Constant. NOT_CONSTANT
Single instance representing all non-constant values.Methods in edu.umd.cs.findbugs.ba.constant that return Constant Modifier and Type Method Description Constant
ConstantFrameModelingVisitor. getDefaultValue()
static Constant
Constant. merge(Constant a, Constant b)
Merge two Constants.Methods in edu.umd.cs.findbugs.ba.constant with parameters of type Constant Modifier and Type Method Description static Constant
Constant. merge(Constant a, Constant b)
Merge two Constants.
-