Part of reven.api View In Hierarchy
Criterion object to select symbols.
Note that this criterion will select every sequence that belongs to a
symbol. If you wish to select the call to a symbol, you might want to use
an AddressCriterion
instead.
| Method | __init__ | build a criterion which accept symbol based on their name. @param regexp: The regular expression to match against the symbol name. |
| Method | reven_criterion |
Inherited from Criterion:
| Method | reven_effect |
build a criterion which accept symbol based on their name.
| Parameters | regexp | The regular expression to match against the symbol name. |