Inherits from CPToken : NSObject
Declared in CPEOFToken.h
CPEOFToken.m

Overview

The CPEOFToken class reperesents the end of a token stream.

These tokens return @"EOF" as their name.

Tasks

Other Methods

  • + eof

    Creates an end of file token.

Other Methods

Class Methods

eof

Creates an end of file token.

+ (id)eof

Return Value

A token representing the end of the input stream.

Discussion

Creates an end of file token.

Declared In

CPEOFToken.h

Instance Methods

name

The token name.

- (NSString *)name

Discussion

The token name.

Declared In

CPToken.h