CodeQL library for Rust
codeql/rust-all 0.2.13 (changelog, source)
Search

Class Raw::ArgList

INTERNAL: Do not use. A list of arguments in a function or method call.

For example:

foo(1, 2, 3);
// ^^^^^^^^^

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getArg

Gets the indexth argument of this argument list (0-based).

getNumberOfArgs

Gets the number of arguments of this argument list.

toString