LexerInfo Class Reference

#include <ArmarXGui/libraries/StructuralJson/LexerInfo.h>

Public Member Functions

 LexerInfo (int pos, int line, int column)
 
std::string toLongString ()
 
std::string toString ()
 

Public Attributes

int column
 
int line
 
int pos
 

Detailed Description

Definition at line 30 of file LexerInfo.h.

Constructor & Destructor Documentation

◆ LexerInfo()

LexerInfo ( int  pos,
int  line,
int  column 
)

Definition at line 28 of file LexerInfo.cpp.

Member Function Documentation

◆ toLongString()

std::string toLongString ( )

Definition at line 38 of file LexerInfo.cpp.

+ Here is the call graph for this function:

◆ toString()

std::string toString ( )

Definition at line 33 of file LexerInfo.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ column

int column

Definition at line 34 of file LexerInfo.h.

◆ line

int line

Definition at line 34 of file LexerInfo.h.

◆ pos

int pos

Definition at line 34 of file LexerInfo.h.


The documentation for this class was generated from the following files: