WALA/com.ibm.wala.cast/source/java/com/ibm/wala/cast/tree
dolby-oss 5144df56be more assertion checking of control flow map during IR generation; bug fix to CAst rewriting to handle control flow edges out of the code being rewritten; bug fix to AstTranslator for control flow in finally blocks so that it throws either the prior exception or any new one
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1312 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
2007-06-25 20:08:56 +00:00
..
impl more assertion checking of control flow map during IR generation; bug fix to CAst rewriting to handle control flow edges out of the code being rewritten; bug fix to AstTranslator for control flow in finally blocks so that it throws either the prior exception or any new one 2007-06-25 20:08:56 +00:00
visit new instruction to represent checking whether a local or a field is defined 2007-04-19 13:48:01 +00:00
AstPlugin.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00
CAst.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00
CAstControlFlowMap.java some generics 2007-02-08 20:45:07 +00:00
CAstEntity.java introduce some generics 2007-04-24 14:10:57 +00:00
CAstMemberReference.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00
CAstNode.java new instruction to represent checking whether a local or a field is defined 2007-04-19 13:48:01 +00:00
CAstNodeTypeMap.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00
CAstQualifier.java some generics 2007-02-08 20:45:07 +00:00
CAstReference.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00
CAstSourcePositionMap.java some generics 2007-02-08 20:45:07 +00:00
CAstSymbol.java new CAstSymbol type for information about a symbol being declared. new support for default init values for unitialized variables 2007-04-04 13:02:17 +00:00
CAstType.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00
CAstTypeDictionary.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00
TranslatorToCAst.java Initial contribution of core script analysis code 2007-02-02 17:17:13 +00:00