public interface CallSite
Call site that represents exact place in the code that calls a method.
.| Modifier and Type | Method and Description |
|---|---|
CallGraphNode |
getCallee()
Gets a method that this call site invokes.
|
CallGraphNode |
getCaller()
Gets a method that contains this call site.
|
InstructionLocation |
getLocation()
Gets location of the call site.
|
InstructionLocation getLocation()
Gets location of the call site
.null if no debug information found for this call site.CallGraphNode getCallee()
Gets a method that this call site invokes.
CallGraphNode getCaller()
Gets a method that contains this call site.
Copyright © 2015. All rights reserved.