Uses of Class
edu.umd.cs.findbugs.ba.ResourceValueFrame.State
-
Packages that use ResourceValueFrame.State Package Description edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. -
-
Uses of ResourceValueFrame.State in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as ResourceValueFrame.State Modifier and Type Field Description private ResourceValueFrame.StateResourceValueFrame. statusMethods in edu.umd.cs.findbugs.ba that return ResourceValueFrame.State Modifier and Type Method Description ResourceValueFrame.StateResourceValueFrame. getStatus()static ResourceValueFrame.StateResourceValueFrame.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourceValueFrame.State[]ResourceValueFrame.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.umd.cs.findbugs.ba with parameters of type ResourceValueFrame.State Modifier and Type Method Description voidResourceValueFrame. setStatus(ResourceValueFrame.State status)
-