delete obsolete comments

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1779 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-09-20 02:49:21 +00:00
parent f693ef03ed
commit 5b83b61c99
1 changed files with 0 additions and 13 deletions

View File

@ -44,24 +44,11 @@ public interface CGNode extends INodeWithNumber, ContextItem {
*/
public Context getContext();
// /**
// * Return the set of CGNodes that represent possible targets
// * of a particular call site when invoked in this context.
// */
// Set<CGNode> getPossibleTargets(CallSiteReference site);
/**
* @return Iterator of CallSiteReference
*/
Iterator<CallSiteReference> iterateSites();
// /**
// * @param target
// * @return iterator of CallSiteReference, the call sites in this node that might
// * dispatch to the target node.
// */
// Iterator<CallSiteReference> getPossibleSites(CGNode target);
//
/**
* This is for use only by call graph builders ... not by the general
* public. Clients should not use this.