package rta
- Alphabetic
- Public
- Protected
Type Members
- class ConfiguredNativeMethodsInstantiatedTypesAnalysis extends FPCFAnalysis
Handles the effect of certain (configured native methods) to the set of instantiated types.
- class InstantiatedTypesAnalysis extends FPCFAnalysis
Marks types as instantiated if their constructor is invoked.
Marks types as instantiated if their constructor is invoked. Constructors invoked by subclass constructors do not result in additional instantiated types. The analysis does not just looks for "new" instructions, in order to support reflection.