Type Method
eof()EOFTokenEOFToken
Declaration
class func eof() -> TDToken!Declaration
+ (TDToken *) EOFToken;Declaration
EOFToken() -> TDTokenReturn 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.