Uses of Enum Class
pascal.taie.analysis.bugfinder.Severity
-
Uses of Severity in pascal.taie.analysis.bugfinder
Modifier 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.ModifierConstructorDescriptionBugInstance
(BugType type, Severity severity, JClass jClass) BugInstance
(BugType type, Severity severity, JMethod jMethod)