|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.CallSite
public class CallSite
The site of a method call.
| Constructor Summary | |
|---|---|
CallSite(org.apache.bcel.classfile.Method method,
BasicBlock basicBlock,
org.apache.bcel.generic.InstructionHandle handle)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
BasicBlock |
getBasicBlock()
Get the basic block where the call site is located. |
org.apache.bcel.generic.InstructionHandle |
getHandle()
Get the instruction which performs the call. |
Location |
getLocation()
Get the Location (basic block and instruction) where the call site is located. |
org.apache.bcel.classfile.Method |
getMethod()
Get the method containing the call site. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallSite(org.apache.bcel.classfile.Method method,
BasicBlock basicBlock,
org.apache.bcel.generic.InstructionHandle handle)
method - the method containing the call sitebasicBlock - the basic block where the call site is locatedhandle - the instruction which performs the call| Method Detail |
|---|
public org.apache.bcel.classfile.Method getMethod()
public Location getLocation()
public BasicBlock getBasicBlock()
public org.apache.bcel.generic.InstructionHandle getHandle()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||