soot.jimple.toolkits.thread
Interface IThreadLocalObjectsAnalysis

All Known Implementing Classes:
ThreadLocalObjectsAnalysis

public interface IThreadLocalObjectsAnalysis

Abstract interface for thread local object analyses.

Author:
Eric Bodden

Method Summary
 boolean isObjectThreadLocal(Value localOrRef, SootMethod sm)
           
 

Method Detail

isObjectThreadLocal

boolean isObjectThreadLocal(Value localOrRef,
                            SootMethod sm)