| spoon.reflect.visitor.Child
Child | public @interface Child(Code) | | This annotation defines a method that contains children of an element of the
meta model. It is used for the automatic generation of visitors of spoon
metamodel elements.
|
Field Summary | |
int | order The ordering of the child relatively to the other children of the parent
node. |
order | int order(Code) | | The ordering of the child relatively to the other children of the parent
node. Children will be scanned in the declared order.
|
|
|