Skip navigation links

Package com.ibm.wala.dalvik.util.androidEntryPoints

Hardcoded specifications of the EntryPoints of Android-components.

See: Description

Package com.ibm.wala.dalvik.util.androidEntryPoints Description

Hardcoded specifications of the EntryPoints of Android-components. A specification consists of a class a possible entrypoint extends, a method-name and the position in the model the call should be placed at. Specifications may also exist for call-back functions not tied to a Component that causes the start of an Application. These are only considered if the AndroidEntryPointLocator is instructed to do so. If a new class is added to this package the AndroidEntryPointLocator has to be adapted to load the specifications.
See Also:
AndroidEntryPointLocator
Skip navigation links