INTERNAL: Do not use. A path expression. For example:
let x = variable;
let x = foo::bar;
let y = <T>::foo;
let z = <TypeRepr as Trait>::foo;
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getAttr | Gets the |
| getNumberOfAttrs | Gets the number of attrs of this path expression. |
| toString |
Inherited predicates
| getPath | Gets the path of this path ast node, if it exists. | from PathAstNode |