Changed range of fTypeMap to be IClass rather than JavaClass

(a) since that's all that was needed, and (b) so that derived
languages can store their IClass implementations there (e.g.
X10's X10AsyncObject).

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@749 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
rmfuhrer 2007-02-14 16:23:13 +00:00
parent 5679b67ed3
commit 63064373c8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ import com.ibm.wala.util.warnings.WarningSet;
* @author rfuhrer
*/
public abstract class JavaSourceLoaderImpl extends ClassLoaderImpl {
public Map<CAstEntity,JavaClass> fTypeMap = HashMapFactory.make();
public Map<CAstEntity,IClass> fTypeMap = HashMapFactory.make();
/**
* DOMO representation of a Java class residing in a source file