#include <nedcompiler.h>
Public Methods | |
NEDSymbolTable () | |
~NEDSymbolTable () | |
void | add (NEDElement *node) |
NEDElement* | getChannelDeclaration (const char *name) |
NEDElement* | getModuleDeclaration (const char *name) |
NEDElement* | getNetworkDeclaration (const char *name) |
NEDElement* | getEnumDeclaration (const char *name) |
NEDElement* | getClassDeclaration (const char *name) |
Protected Attributes | |
NEDMap | channels |
NEDMap | modules |
NEDMap | networks |
NEDMap | enums |
NEDMap | classes |