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

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

Uses of Procedure in com.joanju.cg.api
 

Methods in com.joanju.cg.api that return types with arguments of type Procedure
 java.util.ArrayList<Procedure> CallSite.findMismatches()
          Find targets of this call where the signatures mismatch.
 java.util.ArrayList<Procedure> CallSite.getProcedureList()
          Get the list of potential target procedures for this call site.
 java.util.ArrayList<Procedure> CgAPI.getProcedures(java.io.File file)
          Get the list of procedures found in a compile unit.
 

Uses of Procedure in com.joanju.cg.plugin
 

Constructors in com.joanju.cg.plugin with parameters of type Procedure
SearchForCallsQuery(Procedure procedure)
          Constructor for query based on Procedure object.
 



Copyright © 2008 Joanju Software. All Rights Reserved.