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

Class Raw::FieldExpr

INTERNAL: Do not use. A field access expression. For example:

x.foo

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getAttr

Gets the indexth attr of this field expression (0-based).

getContainer

Gets the container of this field expression, if it exists.

getIdentifier

Gets the identifier of this field expression, if it exists.

getNumberOfAttrs

Gets the number of attrs of this field expression.

toString