WALA/com.ibm.wala.core/src/com/ibm/wala/ipa
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
..
callgraph Impl of IMethod.is(Wala)Synthetic and IClass.isSynthetic (#359) 2018-10-02 22:28:21 -07:00
cfg Use Iterator2Iterable helper to convert more loops to for-each 2017-12-04 14:04:39 -08:00
cha Allow for classes with missing superclasses in class hierarchy (#329) 2018-07-19 16:10:35 +02:00
modref make slicer handle multiple languages, using the Language to build mod and ref visitors 2018-06-01 13:56:08 -04:00
slicer Avoid using deprecated boxing constructors 2018-06-05 14:44:59 -05:00
summaries Avoid using deprecated boxing constructors 2018-06-05 14:44:59 -05:00