Declaration

class func tokenizer(with s: String?) -> Any

Declaration

+ (id) tokenizerWithString:(NSString *) s;

Declaration

tokenizerWithString_(s: str) -> object

Parameters

s

String to read from.

Return Value

An autoreleased initialized tokenizer.

Discussion

Convenience factory method.