com.ibm.wala.cast.js.ipa.callgraph
Class JavaScriptEntryPoints

java.lang.Object
  extended by com.ibm.wala.cast.ipa.callgraph.ScriptEntryPoints
      extended by com.ibm.wala.cast.js.ipa.callgraph.JavaScriptEntryPoints
All Implemented Interfaces:
java.lang.Iterable<Entrypoint>

public class JavaScriptEntryPoints
extends ScriptEntryPoints


Constructor Summary
JavaScriptEntryPoints(IClassHierarchy cha, IClassLoader loader)
           
 
Method Summary
protected  CallSiteReference makeScriptSite(IMethod m, int pc)
           
 
Methods inherited from class com.ibm.wala.cast.ipa.callgraph.ScriptEntryPoints
iterator, keep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptEntryPoints

public JavaScriptEntryPoints(IClassHierarchy cha,
                             IClassLoader loader)
Method Detail

makeScriptSite

protected CallSiteReference makeScriptSite(IMethod m,
                                           int pc)
Specified by:
makeScriptSite in class ScriptEntryPoints