CallTraversal
io.shiftleft.semanticcpg.language.types.expressions.CallTraversal
final class CallTraversal(val traversal: Iterator[Call]) extends AnyVal
A call site.
Attributes
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
Arguments of the calls
Arguments of the calls
Attributes
i'th arguments of the calls
i'th arguments of the calls
Attributes
argument of the calls with matching name
argument of the calls with matching name
Attributes
arguments of the calls with this exact name
arguments of the calls with this exact name
Attributes
Only assignment calls
Only assignment calls
Attributes
Only dynamically dispatched calls
Only dynamically dispatched calls
Attributes
Only dispatched calls inline
Only dispatched calls inline
Attributes
Only statically dispatched calls
Only statically dispatched calls
Attributes
The receiver of a call if the call has a receiver associated.
The receiver of a call if the call has a receiver associated.
Attributes
To formal method return parameter
To formal method return parameter
Attributes
Concrete fields
In this article