Class TranslationTable

All Implemented Interfaces:
Serializable, Cloneable, Map<String, PlacementInCode>

public class TranslationTable extends HashMap<String, PlacementInCode>
Translation table mapping variable names to their placement in code
See Also:
  • Constructor Details

    • TranslationTable

      public TranslationTable()