class AccessEvent(Event):
| Method | __init__ | 
    Undocumented | 
| Property | access | 
    Property: The reven2.memhist.MemoryAccess corresponding to the read access to the Match. | 
  
| Method | __str__ | 
    Undocumented | 
| Method | format_as_html | 
    This method gets an html formatting string representation for this class instance. | 
| Instance Variable | _access_offset | 
    Undocumented | 
| Instance Variable | _access_size | 
    Undocumented | 
| Instance Variable | _virtual_address | 
    Undocumented | 
| Method | _repr_html_ | 
    Representation used by Jupyter Notebook when an instance of this class is displayed in a cell. | 
            Inherited from Event:
          
| Property | match | 
    Property: Match object that was modified by this Event. | 
  
| Property | transition | 
    Property: reven2.trace.Transition where the event occurred. | 
  
| Method | current_matches | 
    The current state of the Matches when this event has been produced by the search. | 
  
| Instance Variable | _match | 
    Undocumented | 
| Instance Variable | _transition | 
    Undocumented | 
| Instance Variable | _current_matches | 
    Undocumented | 
reven2.search_in_memory.Event.__init__Undocumented
Property: The reven2.memhist.MemoryAccess corresponding to the read access to the Match.