libamxo  4.3.4
Object Definition Language (ODL) parsing
test_keyword_names.odl
Go to the documentation of this file.
1 %define {
2  %persistent object MainObject {
3  %persistent object InstanceObject[] {
4  %persistent string Text = "";
5  }
6  }
7 }
8 
9 %populate {
10  object MainObject.InstanceObject {
11  instance add(0, "default") {
12  parameter Text = "default";
13  }
14  }
15 }
define
Definition: main.odl:1