Uses of Enum Class
pascal.taie.analysis.graph.callgraph.CallKind
Packages that use CallKind
Package
Description
Provides the classes necessary to build and represent a call graph.
-
Uses of CallKind in pascal.taie.analysis.graph.callgraph
Methods in pascal.taie.analysis.graph.callgraph that return CallKindModifier and TypeMethodDescriptionstatic CallKind
CallGraphs.getCallKind
(InvokeExp invokeExp) static CallKind
CallGraphs.getCallKind
(Invoke invoke) Edge.getKind()
static CallKind
Returns the enum constant of this class with the specified name.static CallKind[]
CallKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in pascal.taie.analysis.graph.callgraph with parameters of type CallKind