FPIBG Utility
libconf.Token Class Reference
Inheritance diagram for libconf.Token:
Collaboration diagram for libconf.Token:

Public Member Functions

 __init__ (self, type, text, filename, row, column)
 
 __str__ (self)
 

Public Attributes

 type = type
 
 text = text
 
 filename = filename
 
 row = row
 
 column = column
 

Detailed Description

Base class for all tokens produced by the libconf tokenizer

Constructor & Destructor Documentation

◆ __init__()

libconf.Token.__init__ ( self,
type,
text,
filename,
row,
column )

Member Function Documentation

◆ __str__()

libconf.Token.__str__ ( self)

Member Data Documentation

◆ column

libconf.Token.column = column

◆ filename

libconf.Token.filename = filename

◆ row

libconf.Token.row = row

◆ text

libconf.Token.text = text

◆ type

libconf.Token.type = type

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