OMNeT++ NEDXML
5.4.1
|
#include <astnode.h>
Stores a line:col..line:col region in a source file. Used for mapping ASTNodes back to the source code.
Public Member Functions | |
SourceRegion () | |
Public Attributes | |
int | startLine |
int | startColumn |
int | endLine |
int | endColumn |
|
inline |
int startLine |
int startColumn |
int endLine |
int endColumn |