dk.brics.string.java
Interface TaintAnalysisStrategy

All Known Implementing Classes:
MethodNameTaintAnalysisStrategy

public interface TaintAnalysisStrategy

Used for taint analysis. The implementer must given an invokeExp determine whether the result is a taint string.


Method Summary
 boolean isTaint(InvokeExpr s)
          Returns true if the given invoke statement is taint
 

Method Detail

isTaint

boolean isTaint(InvokeExpr s)
Returns true if the given invoke statement is taint



Copyright © 2003-2009 Anders Møller, Aske Simon Christensen, Asger Feldthaus.