Class AllApplicationEntrypoints

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<Entrypoint>
com.ibm.wala.ipa.callgraph.impl.AllApplicationEntrypoints
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Entrypoint>, Collection<Entrypoint>, Set<Entrypoint>

public class AllApplicationEntrypoints extends HashSet<Entrypoint>
Includes all application methods in an analysis scope as entrypoints.
See Also: