Package lepl :: Package bin :: Module matchers :: Class LEnd
[hide private]
[frames] | no frames]

Class LEnd

source code


Convert a given number of bits to a little-endian number.
Instance Methods [hide private]
 
_convert(self, bits)
Convert to int.
source code

Inherited from _Variable: __init__

Inherited from _Variable (private): _match

Inherited from matchers.operators.OperatorMixin: __add__, __and__, __div__, __floordiv__, __ge__, __getitem__, __gt__, __invert__, __mod__, __or__, __pow__, __radd__, __rand__, __rdiv__, __rfloordiv__, __rmod__, __ror__, __rshift__, __rtruediv__, __truediv__, __xor__

Inherited from support.context.NamespaceMixin (private): _lookup

Inherited from core.config.ParserMixin: get_match, get_match_file, get_match_items, get_match_null, get_match_path, get_match_string, get_parse, get_parse_all, get_parse_file, get_parse_file_all, get_parse_items, get_parse_items_all, get_parse_null, get_parse_null_all, get_parse_path, get_parse_path_all, get_parse_string, get_parse_string_all, match, match_file, match_items, match_null, match_path, match_string, parse, parse_all, parse_file, parse_file_all, parse_items, parse_items_all, parse_null, parse_null_all, parse_path, parse_path_all, parse_string, parse_string_all

Inherited from core.config.ParserMixin (private): _raw_parser

Inherited from matchers.support.BaseMatcher: __repr__, __str__, kargs, tree, tree_repr

Inherited from support.graph.ArgAsAttributeMixin: __iter__

Inherited from support.graph.PostorderWalkerMixin: postorder

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Inherited from matchers.matcher.Matcher: indented_repr

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_convert(self, bits)

source code 
Convert to int.
Overrides: _Variable._convert