Public Member Functions | Public Attributes | Static Private Attributes | List of all members
cpp.tokenize.Token Class Reference
Inheritance diagram for cpp.tokenize.Token:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, token_type, name, start, end)
 
def __str__ (self)
 

Public Attributes

 end
 
 name
 
 start
 
 token_type
 
 whence
 

Static Private Attributes

def __repr__ = __str__
 

Detailed Description

Data container to represent a C++ token.

Tokens can be identifiers, syntax char(s), constants, or
pre-processor directives.

start contains the index of the first char of the token in the source
end contains the index of the last char of the token in the source

Definition at line 64 of file tokenize.py.

Constructor & Destructor Documentation

◆ __init__()

def cpp.tokenize.Token.__init__ (   self,
  token_type,
  name,
  start,
  end 
)

Definition at line 74 of file tokenize.py.

Member Function Documentation

◆ __str__()

def cpp.tokenize.Token.__str__ (   self)

Definition at line 81 of file tokenize.py.

Member Data Documentation

◆ __repr__

def cpp.tokenize.Token.__repr__ = __str__
staticprivate

Definition at line 86 of file tokenize.py.

◆ end

cpp.tokenize.Token.end

Definition at line 78 of file tokenize.py.

◆ name

cpp.tokenize.Token.name

Definition at line 76 of file tokenize.py.

◆ start

cpp.tokenize.Token.start

Definition at line 77 of file tokenize.py.

◆ token_type

cpp.tokenize.Token.token_type

Definition at line 75 of file tokenize.py.

◆ whence

cpp.tokenize.Token.whence

Definition at line 79 of file tokenize.py.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:08