# `TDToken`

*Class*

## Declaration

```swift
class TDToken
```

```objc
@interface TDToken : NSObject
```

```python
class TDToken(NSObject)
```

## Overview

A token represents a logical chunk of a string.

## Topics

### Instance Properties

- [`TDToken.floatValue`](/Core/GlyphsKit/TDToken/floatValue)
- [`TDToken.comment`](/Core/GlyphsKit/TDToken/comment)
- [`TDToken.number`](/Core/GlyphsKit/TDToken/number)
- [`TDToken.quotedString`](/Core/GlyphsKit/TDToken/quotedString)
- [`TDToken.symbol`](/Core/GlyphsKit/TDToken/symbol)
- [`TDToken.whitespace`](/Core/GlyphsKit/TDToken/whitespace)
- [`TDToken.word`](/Core/GlyphsKit/TDToken/word)
- [`TDToken.stringValue`](/Core/GlyphsKit/TDToken/stringValue)
- [`TDToken.tokenType`](/Core/GlyphsKit/TDToken/tokenType)
- [`TDToken.value`](/Core/GlyphsKit/TDToken/value)

### Instance Methods

- [`TDToken debugDescription`](/Core/GlyphsKit/TDToken/debugDescription)
- [`TDToken initWithTokenType:stringValue:floatValue:`](/Core/GlyphsKit/TDToken/initWithTokenType:stringValue:floatValue:)
- [`TDToken isEqualIgnoringCase:`](/Core/GlyphsKit/TDToken/isEqualIgnoringCase:)

### Type Methods

- [`TDToken EOFToken`](/Core/GlyphsKit/TDToken/EOFToken)

## Relationships

### Inherits From

- `NSObject`

