antlr3-u (3) Linux Manual Page
NAME ANTLR3_BASE_TREE_struct – A generic tree implementation with no payload. SYNOPSIS #include <antlr3basetree.h> Data Fields void(* addChild )(struct ANTLR3_BASE_TREE_struct *tree, void *child) void(* addChildren )(struct ANTLR3_BASE_TREE_struct *tree, pANTLR3_LIST kids) pANTLR3_VECTOR children The list of all the children that belong to this node. void(* createChildrenList )(struct ANTLR3_BASE_TREE_struct *tree) void *(* deleteChild )(struct ANTLR3_BASE_TREE_struct *tree, ANTLR3_UINT32 i)…
