Class TaintFrame
- java.lang.Object
-
- edu.umd.cs.findbugs.ba.Frame<Taint>
-
- com.h3xstream.findsecbugs.taintanalysis.TaintFrame
-
-
Constructor Summary
Constructors Constructor Description TaintFrame(int numLocals)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()StringtoString(String[] variableNames)The toString method are intended for debugging.StringtoString(org.apache.bcel.generic.MethodGen method)-
Methods inherited from class edu.umd.cs.findbugs.ba.Frame
allSlots, clearStack, contains, copyFrom, getArgument, getArgument, getArgumentSet, getArgumentSlot, getInstance, getInstanceSlot, getInstanceStackLocation, getLastUpdateTimestamp, getNumArguments, getNumArgumentsIncludingObjectInstance, getNumLocals, getNumSlots, getOperand, getStackDepth, getStackLocation, getStackValue, getTopStackWords, getTopValue, getValue, isBottom, isTop, isValid, popValue, pushValue, sameAs, setBottom, setLastUpdateTimestamp, setTop, setValid, setValue, valueToString
-
-
-
-
Method Detail
-
toString
public String toString(org.apache.bcel.generic.MethodGen method)
-
toString
public String toString(String[] variableNames)
The toString method are intended for debugging. To see the visual state of TaintFrame in IntelliJ, Right-Click on the variable and select "View Text".- Parameters:
variableNames- List of variables names that will be map to local sloths.- Returns:
- View of the stack followed by the local variables
-
-