home *** CD-ROM | disk | FTP | other *** search
- package com.netscape.javascript;
-
- import java.util.Hashtable;
-
- class RescopingSlot extends Slot {
- // $FF: renamed from: ht java.util.Hashtable
- Hashtable field_0;
-
- RescopingSlot(Slot var1, Hashtable var2) {
- super.intKey = var1.intKey;
- super.stringKey = var1.stringKey;
- super.value = var1.value;
- super.attributes = var1.attributes;
- super.flags = (short)(var1.flags | 4);
- this.field_0 = var2;
- }
- }
-