OMNeT++ NEDXML  6.0.3
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 Attributes

int startLine = 0
 
int startColumn = 0
 
int endLine = 0
 
int endColumn = 0
 

Member Data Documentation

◆ startLine

int startLine = 0

◆ startColumn

int startColumn = 0

◆ endLine

int endLine = 0

◆ endColumn

int endColumn = 0

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