WALA/com.ibm.wala.cast/source/java/com/ibm/wala/cast/loader
dolby-oss e877067710 Ishizaki-san's patch for hasMonitorOp
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3733 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
2009-07-17 13:58:55 +00:00
..
AstClass.java add IClass.isPrivate() 2009-05-14 17:24:26 +00:00
AstDynamicPropertyClass.java Nuke ClassHierarchyException from IClass.getSuperclass() 2009-04-28 19:52:34 +00:00
AstField.java fix isFinal 2009-05-14 20:21:08 +00:00
AstFunctionClass.java add IClass.isPrivate() 2009-05-14 17:24:26 +00:00
AstMethod.java Ishizaki-san's patch for hasMonitorOp 2009-07-17 13:58:55 +00:00
CAstAbstractLoader.java new class loader apis to allow querying source file names and streams using a method and offset into it, rather than a class. This is to accommodate languages in which method bodies can be from multiple places, e.g. due to constructs lie #include. To reflect the fact that classes are no longer assumed to have a single source file, the old apis using just a class are deprecated and declared to throw NoSuchElementException. 2009-05-07 16:51:21 +00:00
CAstAbstractModuleLoader.java more verbose parse error 2009-05-20 18:54:40 +00:00
CAstAbstractNativeLoader.java merge of development on internal branch. Support for cross-building JNI code for Windows, and refactoring of abstract loader support. 2009-02-26 16:54:30 +00:00
SingleClassLoaderFactory.java switch from Assertions._assert to Java assertions 2009-04-30 13:16:52 +00:00