Class JavaScriptEntryPoints

  • All Implemented Interfaces:
    java.lang.Iterable<com.ibm.wala.ipa.callgraph.Entrypoint>

    public class JavaScriptEntryPoints
    extends com.ibm.wala.cast.ipa.callgraph.ScriptEntryPoints
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.ibm.wala.cast.ipa.callgraph.ScriptEntryPoints

        com.ibm.wala.cast.ipa.callgraph.ScriptEntryPoints.ScriptEntryPoint
    • Field Summary

      • Fields inherited from class com.ibm.wala.cast.ipa.callgraph.ScriptEntryPoints

        cha, scriptType
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaScriptEntryPoints​(com.ibm.wala.ipa.cha.IClassHierarchy cha, com.ibm.wala.classLoader.IClassLoader loader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.ibm.wala.classLoader.CallSiteReference makeScriptSite​(com.ibm.wala.classLoader.IMethod m, int pc)  
      • Methods inherited from class com.ibm.wala.cast.ipa.callgraph.ScriptEntryPoints

        iterator, keep, make
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • JavaScriptEntryPoints

        public JavaScriptEntryPoints​(com.ibm.wala.ipa.cha.IClassHierarchy cha,
                                     com.ibm.wala.classLoader.IClassLoader loader)
    • Method Detail

      • makeScriptSite

        protected com.ibm.wala.classLoader.CallSiteReference makeScriptSite​(com.ibm.wala.classLoader.IMethod m,
                                                                            int pc)
        Specified by:
        makeScriptSite in class com.ibm.wala.cast.ipa.callgraph.ScriptEntryPoints