avrora.sim
Interface CodeSegment.CodeSharer

Enclosing interface:
CodeSegment

public static interface CodeSegment.CodeSharer

The CodeSharer interface is used to allow sharing of the underlying array representing the code. Only the interpreter should share this representation. If there is an update to this array (e.g. it must be grown), the sharer will be notified to update its reference.


Method Summary
 void update(Instr[] segment)
           
 

Method Detail

update

public void update(Instr[] segment)