|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.graph.AbstractEdge<CallGraphEdge,CallGraphNode>
edu.umd.cs.findbugs.CallGraphEdge
public class CallGraphEdge
Field Summary | |
---|---|
private CallSite |
callSite
|
Constructor Summary | |
---|---|
CallGraphEdge(CallGraphNode source,
CallGraphNode target)
|
Method Summary | |
---|---|
org.apache.bcel.classfile.Method |
getCalledMethod()
|
org.apache.bcel.classfile.Method |
getCallingMethod()
|
CallSite |
getCallSite()
|
(package private) void |
setCallSite(CallSite callSite)
|
Methods inherited from class edu.umd.cs.findbugs.graph.AbstractEdge |
---|
compareTo, getLabel, getSource, getTarget, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private CallSite callSite
Constructor Detail |
---|
CallGraphEdge(CallGraphNode source, CallGraphNode target)
Method Detail |
---|
void setCallSite(CallSite callSite)
public CallSite getCallSite()
public org.apache.bcel.classfile.Method getCallingMethod()
public org.apache.bcel.classfile.Method getCalledMethod()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |