Ejemplo n.º 1
0
 /// <summary>
 /// Set aliases to current snapshot entry. Aliases can be set even to those entries
 /// that doesn't belongs to any variable, field,..
 /// </summary>
 /// <param name="aliasedEntry">Snapshot entry which will be aliased from current entry</param>
 /// <param name="context">Context snapshot where operation is proceeded</param>
 public void SetAliases(SnapshotBase context, ReadSnapshotEntryBase aliasedEntry)
 {
     //TODO statistics reporting
     setAliases(context, aliasedEntry);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Set aliases to current snapshot entry. Aliases can be set even to those entries
 /// that doesn't belongs to any variable, field,..
 /// </summary>
 /// <param name="aliasedEntry">Snapshot entry which will be aliased from current entry</param>
 /// <param name="context">Context snapshot where operation is proceeded</param>
 protected abstract void setAliases(SnapshotBase context, ReadSnapshotEntryBase aliasedEntry);