Initializer
init(tokenType:stringValue:floatValue:) initWithTokenType:stringValue:floatValue: initWithTokenType_stringValue_floatValue_
Declaration
init!(tokenType t: TDTokenType, stringValue s: String!, floatValue n: CGFloat)Declaration
- (instancetype) initWithTokenType:(TDTokenType) t stringValue:(NSString *) s floatValue:(CGFloat) n;Declaration
initWithTokenType_stringValue_floatValue_(t: TDTokenType, s: str, n: float) -> TDTokenParameters
tThe type of this token.
sThe string value of this token.
nThe number falue of this token.
Return Value
An autoreleased initialized token.
Discussion
Designated initializer. Constructs a token of the indicated type and associated string or numeric values.