WALA/com.ibm.wala.dalvik/src/com/ibm/wala/dalvik/classLoader
Erik Derr ee13713c4d Impl of IMethod.is(Wala)Synthetic and IClass.isSynthetic (#359)
* Impl of IMethod isSynthetic and isWalaSynthetic

So far IMethod.isSynthetic referred to WALA-generated helper functions
and there was no equivalent to check whether an IMethod is synthetic in
terms of compiler-generated.

To make naming consistent this patch first renames the isSynthetic to
isWalaSynthetic to clearly indicate that a given IMethod was generated
by WALA. Then, we re-introduce isSynthetic that from now on checks
whether an IMethod is synthetic/compiler-generated (referring to the
synthetic flag in bytecode)

* Implementation of IClass.isSynthetic

Complementary to IMethod.isSynthetic, this method checks whether
an IClass is compiler-generated.

* updated JavaDoc
2018-10-02 22:28:21 -07:00
..
DexCFG.java Use modern for-each loops where possible 2017-11-28 14:44:53 -06:00
DexConstants.java scandriod merge 2014-10-01 21:32:36 -04:00
DexFileModule.java Added new DexFileModule constructor to support specific dex files inside apks. 2018-09-21 19:08:06 -07:00
DexIClass.java Impl of IMethod.is(Wala)Synthetic and IClass.isSynthetic (#359) 2018-10-02 22:28:21 -07:00
DexIContextInterpreter.java Merge branch 'master' of https://github.com/wala/WALA 2017-05-08 10:48:05 -04:00
DexIField.java Merge branch 'master' of https://github.com/wala/WALA 2017-08-05 21:09:34 -04:00
DexIMethod.java Impl of IMethod.is(Wala)Synthetic and IClass.isSynthetic (#359) 2018-10-02 22:28:21 -07:00
DexIRFactory.java Fix Eclipse warnings about declared but not-thrown exceptions 2017-03-28 18:20:36 -05:00
DexModuleEntry.java support for deodexing methods read from Dalvik, using support in dexlib2 2017-08-08 06:34:48 -04:00
DexUtil.java Merge branch 'master' of https://github.com/wala/WALA 2017-08-05 21:09:34 -04:00
InstructionArray.java Add @Override annotations to all methods that do override (#180) 2017-05-15 07:15:00 -07:00
Literal.java scandriod merge 2014-10-01 21:32:36 -04:00
WDexClassLoaderImpl.java Use Iterator2Iterable helper to convert more loops to for-each 2017-12-04 14:04:39 -08:00