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

Class Raw::ParenExpr

INTERNAL: Do not use. A parenthesized expression.

For example:

(x + y)

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getAttr

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

getExpr

Gets the expression of this paren expression, if it exists.

getNumberOfAttrs

Gets the number of attrs of this paren expression.

toString