Uses of Enum Class
pascal.taie.analysis.graph.callgraph.CallKind
Package
Description
Provides the classes necessary to build and represent a call graph.
-
Uses of CallKind in pascal.taie.analysis.graph.callgraph
Modifier and TypeMethodDescriptionstatic 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.