Class Raw::MatchArmList
INTERNAL: Do not use. A list of arms in a match expression.
For example:
match x {
1 => "one",
2 => "two",
_ => "other",
}
// ^^^^^^^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getArm | Gets the |
| getAttr | Gets the |
| getNumberOfArms | Gets the number of arms of this match arm list. |
| getNumberOfAttrs | Gets the number of attrs of this match arm list. |
| toString |