Class CallArgSourceSpec

java.lang.Object
org.scandroid.spec.SourceSpec
org.scandroid.spec.CallArgSourceSpec
All Implemented Interfaces:
ISourceSpec

public class CallArgSourceSpec extends SourceSpec
CallArgSourceSpecs represent sources that are arguments to another function.

For example, if code you analyze invokes a function foo(Object obj) and foo writes to the argument, then obj would be a source.