|
Public Member Functions inherited from miasm.core.objc.CHandler |
| def | __init__ (self, types_mngr, expr_types=None, C_types=None, simplify_c=access_simplifier, enforce_strict_access=True) |
| |
| def | updt_expr_types (self, expr_types) |
| |
| def | expr_to_c_access (self, expr, expr_context=None) |
| |
| def | expr_to_c_and_types (self, expr, expr_context=None) |
| |
| def | expr_to_c (self, expr, expr_context=None) |
| |
| def | expr_to_types (self, expr, expr_context=None) |
| |
| def | c_to_expr_and_type (self, c_str, c_context=None) |
| |
| def | c_to_expr (self, c_str, c_context=None) |
| |
| def | c_to_type (self, c_str, c_context=None) |
| |
Public Attributes inherited from miasm.core.objc.CHandler |
| | exprc2expr |
| |
| | access_c_gen |
| |
| | types_mngr |
| |
| | simplify_c |
| |
| | expr_types |
| |
| | C_types |
| |
Custom CHandler to add complementary C handling rules