Uses of Enum Class
pascal.taie.analysis.bugfinder.Severity
Packages that use Severity
-
Uses of Severity in pascal.taie.analysis.bugfinder
Methods in pascal.taie.analysis.bugfinder that return SeverityModifier and TypeMethodDescriptionBugInstance.getSeverity()
static Severity
Returns the enum constant of this class with the specified name.static Severity[]
Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in pascal.taie.analysis.bugfinder with parameters of type SeverityModifierConstructorDescriptionBugInstance
(BugType type, Severity severity, JClass jClass) BugInstance
(BugType type, Severity severity, JMethod jMethod)