OMNeT++ NEDXML  5.4.1
SourceRegion Struct Reference

#include <astnode.h>

Description

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
 

Constructor & Destructor Documentation

SourceRegion ( )
inline

Member Data Documentation

int startLine
int startColumn
int endLine
int endColumn

The documentation for this struct was generated from the following file: