Package com.ibm.wala.ipa.callgraph.impl
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AllApplicationEntrypoints(AnalysisScope scope, IClassHierarchy cha)
-
Method Summary
-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Constructor Detail
-
AllApplicationEntrypoints
public AllApplicationEntrypoints(AnalysisScope scope, IClassHierarchy cha)
- Parameters:
scope
- governing analyais scopecha
- governing class hierarchy- Throws:
IllegalArgumentException
- if cha is null
-
-