Class SootMethod

All Implemented Interfaces:
HasPosition, Method
Direct Known Subclasses:
JavaSootMethod

public class SootMethod extends SootClassMember<MethodSignature> implements Method
Soot's counterpart of the source language's method concept. Soot representation of a Java method. Can be declared to belong to a SootClass. Does not contain the actual code, which belongs to a Body.
Author:
Linghui Luo, Jan Martin Persch