frysk.testbed
Interface LocalMemory.StackBuilder

Enclosing class:
LocalMemory

public static interface LocalMemory.StackBuilder

Callback or builder describing the constructed stack.


Method Summary
 void stack(long addr, byte[] contents)
           
 

Method Detail

stack

void stack(long addr,
           byte[] contents)