Uses of Class
com.h3xstream.findsecbugs.taintanalysis.Taint.State
-
Packages that use Taint.State Package Description com.h3xstream.findsecbugs.taintanalysis com.h3xstream.findsecbugs.taintanalysis.data -
-
Uses of Taint.State in com.h3xstream.findsecbugs.taintanalysis
Fields in com.h3xstream.findsecbugs.taintanalysis declared as Taint.State Modifier and Type Field Description static Taint.StateTaintClassConfig. DEFAULT_TAINT_STATEstatic Taint.StateTaintFieldConfig. DEFAULT_TAINT_STATEMethods in com.h3xstream.findsecbugs.taintanalysis that return Taint.State Modifier and Type Method Description Taint.StateTaintConfig. getClassTaintState(String typeSignature, Taint.State defaultState)Taint.StateTaintConfig. getFieldTaintState(String fieldSignature, Taint.State defaultState)Taint.StateTaint. getNonParametricState()Gets the state influencing the state of this fact if dependant on method arguments, final state is given by merge of that state and argumentsTaint.StateTaint. getState()Returns the taint state of this factTaint.StateTaintClassConfig. getTaintState()Taint.StateTaintClassConfig. getTaintState(Taint.State defaultState)Taint.StateTaintFieldConfig. getTaintState()Taint.StateTaintFieldConfig. getTaintState(Taint.State defaultState)static Taint.StateTaint.State. merge(Taint.State a, Taint.State b)Returns the "more dangerous" state (TAINTED > UNKNOWN > SAFE > NULL > INVALID) as a merge of two statesstatic Taint.StateTaint.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Taint.State[]Taint.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.h3xstream.findsecbugs.taintanalysis with parameters of type Taint.State Modifier and Type Method Description Taint.StateTaintConfig. getClassTaintState(String typeSignature, Taint.State defaultState)Taint.StateTaintConfig. getFieldTaintState(String fieldSignature, Taint.State defaultState)Taint.StateTaintClassConfig. getTaintState(Taint.State defaultState)Taint.StateTaintFieldConfig. getTaintState(Taint.State defaultState)static Taint.StateTaint.State. merge(Taint.State a, Taint.State b)Returns the "more dangerous" state (TAINTED > UNKNOWN > SAFE > NULL > INVALID) as a merge of two statesstatic TaintTaint. valueOf(Taint.State state)Constructs a new instance of taint from the specified stateConstructors in com.h3xstream.findsecbugs.taintanalysis with parameters of type Taint.State Constructor Description Taint(Taint.State state)Constructs a new empty instance of Taint with the specified state -
Uses of Taint.State in com.h3xstream.findsecbugs.taintanalysis.data
Methods in com.h3xstream.findsecbugs.taintanalysis.data that return Taint.State Modifier and Type Method Description Taint.StateUnknownSource. getState()Auto-generate getter and setter with the template BuilderConstructors in com.h3xstream.findsecbugs.taintanalysis.data with parameters of type Taint.State Constructor Description UnknownSource(UnknownSourceType sourceType, Taint.State state)
-