# `TDToken EOFToken`

*Type Method*

## Declaration

```swift
class func eof() -> TDToken!
```

```objc
+ (TDToken *) EOFToken;
```

```python
EOFToken() -> TDToken
```

## Return Value

A singleton used to indicate that there are no more tokens.

## Discussion

Factory method for creating a singleton TDToken used to indicate that there are no more tokens.

