Inherits from NSObject
Declared in PXStylesheetTokenType.h

Overview

A singleton used to indicate the type of a given lexeme

Tasks

  • + typeNameForInt:

    Return a display name for the specified token type. This is used for debugging and error reporting.

Class Methods

typeNameForInt:

Return a display name for the specified token type. This is used for debugging and error reporting.

+ (NSString *)typeNameForInt:(PXStylesheetTokens)type

Parameters

type

The value of the enumeration to convert to a string

Discussion

Return a display name for the specified token type. This is used for debugging and error reporting.

Declared In

PXStylesheetTokenType.h