WALA/com.ibm.wala.cast/source/java/com/ibm/wala/cast
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 move code for sharing between javascript and python 2018-04-30 13:33:48 -04:00
ipa add default methods to instruction visitors 2018-07-10 21:53:48 -04:00
ir work on Wala with Yannis' group 2018-07-22 16:19:32 -04:00
loader Impl of IMethod.is(Wala)Synthetic and IClass.isSynthetic (#359) 2018-10-02 22:28:21 -07:00
tree Added CAstOperator to support the not in operation in Python. 2018-09-12 18:25:21 +03:00
types deprecate Trace 2009-04-09 20:31:14 +00:00
util ast-based constant folding 2018-04-28 12:05:49 +02:00