Uses of Class
com.h3xstream.findsecbugs.taintanalysis.data.UnknownSourceType
-
Packages that use UnknownSourceType Package Description com.h3xstream.findsecbugs.taintanalysis.data -
-
Uses of UnknownSourceType in com.h3xstream.findsecbugs.taintanalysis.data
Methods in com.h3xstream.findsecbugs.taintanalysis.data that return UnknownSourceType Modifier and Type Method Description UnknownSourceTypeUnknownSource. getSourceType()static UnknownSourceTypeUnknownSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static UnknownSourceType[]UnknownSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.h3xstream.findsecbugs.taintanalysis.data with parameters of type UnknownSourceType Modifier and Type Method Description UnknownSourceUnknownSource. setSourceType(UnknownSourceType sourceType)Constructors in com.h3xstream.findsecbugs.taintanalysis.data with parameters of type UnknownSourceType Constructor Description UnknownSource(UnknownSourceType sourceType, Taint.State state)
-