⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 antlr3commontreeadaptor.h

📁 antlr最新版本V3源代码
💻 H
字号:
/** \file * Definition of the ANTLR3 common tree adaptor. */#ifndef	_ANTLR3_COMMON_TREE_ADAPTOR_H#define	_ANTLR3_COMMON_TREE_ADAPTOR_H#include    <antlr3defs.h>#include    <antlr3collections.h>#include    <antlr3string.h>#include    <antlr3basetreeadaptor.h>#include    <antlr3commontree.h>typedef	struct ANTLR3_COMMON_TREE_ADAPTOR_struct{    /** Any enclosing structure/class can use this pointer to point to its own interface.     */    void    * super;    /** Base interface implementation, embedded structure     */    ANTLR3_TREE_ADAPTOR	baseAdaptor;    /** Tree factory for producing new nodes as required without needing to track     *  memory allocation per node.     */    pANTLR3_ARBORETUM	arboretum;}    ANTLR3_COMMON_TREE_ADAPTOR;#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -