Package mepk.builtin

Class Types.TypeMapBuilder

All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>
Enclosing class:
Types

public static class Types.TypeMapBuilder extends LinkedHashMap<String,String>
A HashMap<String,String> mapping variables to type expressions.
See Also:
  • Method Details

    • map

      public Types.TypeMapBuilder map(String variableName, String typeName)
      Add the given entry to the type map.
      Parameters:
      variableName - the variable
      typeName - the type name
      Returns:
      this