muMLE/transformation/topify/rules/r_create_inheritance_rhs.od

9 lines
146 B
Text

some_class:RAM_Class
top:RAM_Class {
condition = `get_name(this) == "Top"`;
}
# Create inheritance link
:RAM_Inheritance (some_class -> top)