| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DefaultCallGraphNode |
getCallee()
Gets a method that this call site invokes.
|
DefaultCallGraphNode |
getCaller()
Gets a method that contains this call site.
|
InstructionLocation |
getLocation()
Gets location of the call site.
|
int |
hashCode() |
public InstructionLocation getLocation()
CallSiteGets location of the call site
.getLocation in interface CallSitenull if no debug information found for this call site.public DefaultCallGraphNode getCallee()
CallSiteGets a method that this call site invokes.
public DefaultCallGraphNode getCaller()
CallSiteGets a method that contains this call site.
Copyright © 2015. All rights reserved.