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 ConstantConstant. NOT_CONSTANTSingle instance representing all non-constant values.Methods in edu.umd.cs.findbugs.ba.constant that return Constant Modifier and Type Method Description ConstantConstantFrameModelingVisitor. getDefaultValue()static ConstantConstant. 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 ConstantConstant. merge(Constant a, Constant b)Merge two Constants.
-