edu.umd.cs.findbugs
public class CallSite extends Object
Constructor Summary | |
---|---|
CallSite(Method method, BasicBlock basicBlock, InstructionHandle handle)
Constructor.
|
Method Summary | |
---|---|
BasicBlock | getBasicBlock()
Get the basic block where the call site is located. |
InstructionHandle | getHandle()
Get the instruction which performs the call. |
Location | getLocation()
Get the Location (basic block and instruction) where the call site is located. |
Method | getMethod()
Get the method containing the call site. |
Parameters: method the method containing the call site basicBlock the basic block where the call site is located handle the instruction which performs the call