WALA/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java/ipa/callgraph
dolby-oss a9ec87f360 Changes motivated by analysis issues in JavaScript. The main change is that calls of the form f.x() in JavaScript are now analyzed like 'method calls' so that the 'this' pointer in the receiver functions can be filtered based upon the types that actually have the method being invoked. This requires much more dynamic filtering than in a language like Java, since properties like 'x' are simply properties that happen to hold functions, and so can be assigned in a first-class manner. Thus, the filtering needs to handle variance in both the types and the values of their properties; this is implemented as multiple levels of abstract object directed side effect equations in the dataflow system.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4535 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
2012-03-01 02:45:51 +00:00
..
AstJavaCFABuilder.java significant refactoring and generalization of instance keys and CFA builders 2008-01-04 18:24:54 +00:00
AstJavaSSAPropagationCallGraphBuilder.java Changes motivated by analysis issues in JavaScript. The main change is that calls of the form f.x() in JavaScript are now analyzed like 'method calls' so that the 'this' pointer in the receiver functions can be filtered based upon the types that actually have the method being invoked. This requires much more dynamic filtering than in a language like Java, since properties like 'x' are simply properties that happen to hold functions, and so can be assigned in a first-class manner. Thus, the filtering needs to handle variance in both the types and the values of their properties; this is implemented as multiple levels of abstract object directed side effect equations in the dataflow system. 2012-03-01 02:45:51 +00:00
AstJavaZeroOneContainerCFABuilder.java Changes to extend supported context sensitivity to CPA-style: 2011-04-27 13:58:56 +00:00
AstJavaZeroXCFABuilder.java Changes to extend supported context sensitivity to CPA-style: 2011-04-27 13:58:56 +00:00
JavaScopeMappingInstanceKeys.java remove ClassHierarchyException from IClass.getAllMethods 2009-05-01 12:50:17 +00:00
JavaSourceAnalysisScope.java allow eclipse integration to use source code for java projects, and pass it to the JDT-based CAst front end 2009-04-12 03:04:42 +00:00