/// <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); }
/// <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);