class documentation

class IllegalToken(TIToken): (source)

Constructor: IllegalToken(bits)

View In Hierarchy

TIToken subclass for denoting illegal (i.e. nonexistent) tokens

Method __init__ Undocumented
Instance Variable bits Undocumented

Inherited from TIToken:

Method __repr__ Undocumented
Method __str__ Undocumented
Method names No summary
Instance Variable translation Undocumented
Property accessible The accessible name of this token in English (en)
Property display The display name of this token in English (en)
Property escape The escape sequence for this token as a byte literal
def __init__(self, bits: bytes): (source)

Undocumented

Undocumented