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

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

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

/**
 * Class representing an element on the taint propagation path of a data flow
 * result
 * 
 * @author Steven Arzt
 *
 */
public class SerializedPathElement extends AbstractSerializedSourceSink {

	SerializedPathElement(SerializedAccessPath ap, String statement,
			String method) {
		super(ap, statement, method);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy