antlr3-dbgCreateTypeText (3) Linux Manual Page
src/antlr3basetreeadaptor.c – Contains the base functions that all tree adaptors start with. Synopsis#include <antlr3basetreeadaptor.h> Functionsstatic void addChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_BASE_TREE child) Add a child to the tree t. static void addChildToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_COMMON_TOKEN child) Use the adaptor implementation to add a child node with the supplied token. ANTLR3_API void antlr3BaseTreeAdaptorInit…
