WALA/com.ibm.wala.shrike
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
..
.settings work on Wala with Yannis' group 2018-07-22 16:19:32 -04:00
META-INF Start new development version 2018-08-22 12:01:19 -07:00
releng File that maps plugin version to contained src file versions. 2007-12-08 20:55:46 +00:00
src/com/ibm/wala Impl of IMethod.is(Wala)Synthetic and IClass.isSynthetic (#359) 2018-10-02 22:28:21 -07:00
build.gradle Load plugins using "plugins" closure rather than "apply plugin" 2018-05-23 16:47:58 -05:00
build.properties Tweak output dirs to match what Buildship puts into ".classpath" 2018-04-18 11:29:25 -05:00
cg.jardesc 1) changes for mobile 2015-05-25 19:00:51 -04:00
codescrape.jardesc 1) changes for mobile 2015-05-25 19:00:51 -04:00
exportPlugin.xml Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
javaCompiler...args mv stuff to trunk 2006-11-22 17:45:24 +00:00
manifest.cg 1) changes for mobile 2015-05-25 19:00:51 -04:00
manifest.codescrape 1) changes for mobile 2015-05-25 19:00:51 -04:00
mvncentral.xml Start new development version 2018-08-22 12:01:19 -07:00
plugin.properties complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
pom.xml Start new development version 2018-08-22 12:01:19 -07:00