typing.alh 489 B

123456789
  1. Element function get_type_mapping_as_dict(model : Element)
  2. String function read_type(model : Element, name : String)
  3. Void function retype(model : Element, element : String, type : String)
  4. Void function new_type_mapping(model : Element)
  5. Void function remove_type(model : Element, name : String)
  6. Void function set_type_mapping(model : Element, type_mapping : Element)
  7. Element function get_type_mapping(model : Element)
  8. Element function elements_typed_by(model : Element, type_name : String)