Ejemplo n.º 1
0
 // ---------------------------------------------------------------------------
 public final void assign(final AData value) throws AException {
   FMemory = new AMemory(value.FMemory);
   FMemory.setParent(this);
 }
Ejemplo n.º 2
0
 // ---------------------------------------------------------------------------
 public void resize(int value) throws AException {
   FMemory = new AMemory(value, FMemory);
   FMemory.setParent(this);
 }
Ejemplo n.º 3
0
 // ---------------------------------------------------------------------------
 private void initialize() {
   FMemory = new AMemory();
   FMemory.setParent(this);
 }