r.a.SymbolCriterion(Criterion) : class documentation

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
def __init__(self, *args, regexp='', **kwargs):

build a criterion which accept symbol based on their name.

ParametersregexpThe regular expression to match against the symbol name.
def reven_criterion(self):
ReturnsThe corresponding reven_api.filter_criterion_symbol.
API Documentation for reven, generated by pydoctor at 2016-05-25 16:38:00.