getIsSynthetic abstract method

bool getIsSynthetic()

Checks if a declaration is a synthetic declaration.

Synthetic declarations are normally generated by the compiler, for classes with generic values.

Implementation

bool getIsSynthetic();