|
OMNeT++ NEDXML 6.1
Discrete Event Simulation Library
|
|
Go to the documentation of this file.
17 #ifndef __OMNETPP_NEDXML_MSGYYUTIL_H
18 #define __OMNETPP_NEDXML_MSGYYUTIL_H
21 #include "msgelements.h"
PropertyElement * addProperty(ParseContext *np, ASTNode *node, const char *name)
PropertyElement * storeSourceCode(ParseContext *np, ASTNode *node, YYLoc tokenpos)
void storeTrailingComment(ParseContext *np, ASTNode *node, YYLoc tokenpos)
void addComment(ParseContext *np, ASTNode *node, const char *locId, const char *comment, const char *defaultValue)
ASTNode * getOrCreateMsgElementWithTag(ParseContext *np, int tagcode, ASTNode *parent)
void storeFileComment(ParseContext *np, ASTNode *node)
Definition: astbuilder.h:25
ASTNode * createMsgElementWithTag(ParseContext *np, int tagcode, ASTNode *parent=nullptr)
void storeRightComment(ParseContext *np, ASTNode *node, YYLoc tokenpos)
void storeInnerComments(ParseContext *np, ASTNode *node, YYLoc pos)
LiteralElement * createPropertyValue(ParseContext *np, YYLoc textpos)
void storeBannerComment(ParseContext *np, ASTNode *node, YYLoc tokenpos)
void storeBannerAndRightComments(ParseContext *np, ASTNode *node, YYLoc pos)