All Downloads are FREE. Search and download functionalities are using the official Maven repository.

soot.jimple.infoflow.results.xml.SerializedSinkInfo Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
package soot.jimple.infoflow.results.xml;

/**
 * Information about a flow sink loaded from an external data storage. This
 * object thus cannot reference actual Soot objects
 * 
 * @author Steven Arzt
 *
 */
public class SerializedSinkInfo extends AbstractSerializedSourceSink {

	SerializedSinkInfo(SerializedAccessPath accessPath, String statement,
			String method) {
		super(accessPath, statement, method);
	}

	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy