WALA/com.ibm.wala.core/src/com/ibm/wala/analysis
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
..
arraybounds Escape "<" and ">" in Javadoc when not used as HTML tag syntax 2017-12-19 16:53:52 -06:00
exceptionanalysis Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00
nullpointer Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00
pointers Use Iterator2Iterable helper to convert more loops to for-each 2017-12-04 14:04:39 -08:00
reflection Impl of IMethod.is(Wala)Synthetic and IClass.isSynthetic (#359) 2018-10-02 22:28:21 -07:00
stackMachine Use Iterator2Iterable helper to convert more loops to for-each 2017-12-04 14:04:39 -08:00
typeInference Avoid using deprecated boxing constructors 2018-06-05 14:44:59 -05:00