WALA/com.ibm.wala.cast.java/src/com/ibm/wala/cast/java
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
..
analysis/typeInference Use modern for-each loops where possible 2017-11-28 14:44:53 -06:00
client Resolve the last two Eclipse warnings about using raw types 2018-04-13 12:53:33 -05:00
examples/ast Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
ipa Impl of IMethod.is(Wala)Synthetic and IClass.isSynthetic (#359) 2018-10-02 22:28:21 -07:00
loader work on Wala with Yannis' group 2018-07-22 16:19:32 -04:00
ssa Merge branch 'wala' into master 2014-05-20 17:59:16 +02:00
translator more tracking of sourse positions for function parameters 2018-06-05 15:00:31 -04:00
types type cleanups 2017-01-11 08:04:37 -05:00