Type Method
tokenizer(with:)tokenizerWithString:tokenizerWithString_
Declaration
class func tokenizer(with s: String?) -> AnyDeclaration
+ (id) tokenizerWithString:(NSString *) s;Declaration
tokenizerWithString_(s: str) -> objectParameters
sString to read from.
Return Value
An autoreleased initialized tokenizer.
Discussion
Convenience factory method.