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

Class Raw::Comment

INTERNAL: Do not use. A comment. For example:

// this is a comment
/// This is a doc comment

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getParent

Gets the parent of this comment.

getText

Gets the text of this comment.

toString