Class CallGraphs

java.lang.Object
pascal.taie.analysis.graph.callgraph.CallGraphs

public final class CallGraphs extends Object
Static utility methods about call graph.
  • Method Details

    • getCallKind

      public static CallKind getCallKind(Invoke invoke)
    • resolveCallee

      @Nullable public static JMethod resolveCallee(Type type, Invoke callSite)
    • toString

      public static String toString(Invoke invoke)