Uses of Class
com.joanju.cg.api.CallSite

Packages that use CallSite
com.joanju.cg.api Programmer's API to Callgraph. 
 

Uses of CallSite in com.joanju.cg.api
 

Methods in com.joanju.cg.api that return types with arguments of type CallSite
 java.util.ArrayList<CallSite> Procedure.findMismatches()
          Find calls to this procedure where the signatures mismatch.
 java.util.ArrayList<CallSite> Procedure.getCallSiteList()
          Get the list of call sites which may reference this procedure.
 java.util.ArrayList<CallSite> CgAPI.getCallSites(java.io.File file)
          Get the list of call sites found in a compile unit.
 



Copyright © 2008 Joanju Software. All Rights Reserved.