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

Module MethodCallExpr

This module provides the public class MethodCallExpr.

Import path

import codeql.rust.elements.MethodCallExpr

Imports

ArgList

This module provides the public class ArgList.

Attr

This module provides the public class Attr.

Expr

This module provides the public class Expr.

GenericArgList

This module provides the public class GenericArgList.

NameRef

This module provides the public class NameRef.

Aliases

MethodCallExpr

NOTE: Consider using MethodCall instead, as that also includes calls to methods using call syntax (such as Foo::method(x)), operation syntax (such as x + y), and indexing syntax (such as x[y]).