Class ScriptEntryPoints
java.lang.Object
com.ibm.wala.cast.ipa.callgraph.ScriptEntryPoints
- All Implemented Interfaces:
Iterable<Entrypoint>
- Direct Known Subclasses:
JavaScriptEntryPoints
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()protected booleankeep()protected abstract CallSiteReferencemakeScriptSite(IMethod m, int pc) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
cha
-
scriptType
-
-
Constructor Details
-
ScriptEntryPoints
-
-
Method Details
-
makeScriptSite
-
keep
protected boolean keep() -
iterator
- Specified by:
iteratorin interfaceIterable<Entrypoint>
-
make
-