antlr3-setParent (3) Linux Manual Page
src/antlr3commontree.c – Synopsis#include <antlr3commontree.h> FunctionsANTLR3_API pANTLR3_ARBORETUM antlr3ArboretumNew (pANTLR3_STRING_FACTORY strFactory) ANTLR3_API pANTLR3_COMMON_TREE antlr3CommonTreeNew () ANTLR3_API pANTLR3_COMMON_TREE antlr3CommonTreeNewFromToken (pANTLR3_COMMON_TOKEN token) ANTLR3_API void antlr3SetCTAPI (pANTLR3_COMMON_TREE tree) static void createChildrenList (pANTLR3_BASE_TREE tree) Create a new vector for holding child nodes using the inbuilt vector factory. static pANTLR3_BASE_TREE dupNode (pANTLR3_BASE_TREE tree) static void factoryClose (pANTLR3_ARBORETUM factory) static ANTLR3_UINT32 getCharPositionInLine (pANTLR3_BASE_TREE…
