Class Raw::ExternItemList
INTERNAL: Do not use. A list of items inside an extern block.
For example:
extern "C" {
fn foo();
static BAR: i32;
}
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getAttr | Gets the |
| getExternItem | Gets the |
| getNumberOfAttrs | Gets the number of attrs of this extern item list. |
| getNumberOfExternItems | Gets the number of extern items of this extern item list. |
| toString |