Declaration

class func eof() -> TDToken!

Declaration

+ (TDToken *) EOFToken;

Declaration

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.