Source position: gnode.inc line 22
type TGTraverseType = (
G_IN_ORDER,
G_PRE_ORDER,
G_POST_ORDER,
G_LEVEL_ORDER
);