Class CallSiteAnalysis.LanguageSpecificCallSiteAnalysis

    • Constructor Detail

      • LanguageSpecificCallSiteAnalysis

        public LanguageSpecificCallSiteAnalysis()
    • Method Detail

      • getTargets

        public abstract com.ensoftcorp.atlas.core.db.set.AtlasSet<com.ensoftcorp.atlas.core.db.graph.Node> getTargets​(com.ensoftcorp.atlas.core.db.graph.Node callSite)
        Given a call site, return the functions which may have been invoked.
        Parameters:
        callsite -
        Returns:
      • getCallSites

        public abstract com.ensoftcorp.atlas.core.db.set.AtlasSet<com.ensoftcorp.atlas.core.db.graph.Node> getCallSites​(com.ensoftcorp.atlas.core.db.graph.Node function)
        Given a function return the possible call sites
        Parameters:
        function -
        Returns: