Class AndroidEntryPointLocator.AndroidPossibleEntryPoint

java.lang.Object
com.ibm.wala.dalvik.util.AndroidEntryPointLocator.AndroidPossibleEntryPoint
All Implemented Interfaces:
AndroidEntryPoint.IExecutionOrder, Comparable<AndroidEntryPoint.IExecutionOrder>
Enclosing class:
AndroidEntryPointLocator

public static class AndroidEntryPointLocator.AndroidPossibleEntryPoint extends Object implements AndroidEntryPoint.IExecutionOrder
A definition of an Entrypoint functions o the App are matched against.

To locate the Entrypoints of the analyzed Application all their Methods are matched against a set of hardcoded definitions. This set consists of AndroidPossibleEntryPoints. An AndroidPossibleEntryPoint is rather useless as you can build an actual AndroidEntryPoint without having a AndroidPossibleEntryPoint.

To extend the set of known definitions have a look at the classes ActivityEP, ServiceEP, ...