angr.rust.structuring.structurer_nodes¶
- class angr.rust.structuring.structurer_nodes.PatternMatchNode¶
Bases:
BaseNodeA Rust match expression node in the structured code tree.
- __init__(scrutinee, arms, default_node, addr=None)¶
- Parameters:
arms (OrderedDict[tuple[EnumVariant, tuple[Statement]], SequenceNode])
- scrutinee
- arms
- default_node
- dbg_repr(indent=0)¶