Instance Property
isWordwordword
Declaration
var isWord: Bool { get }Declaration
@property (nonatomic, readonly, getter=isWord) BOOL word;Declaration
isWord() -> boolDiscussion
True if this token is a word. getter=isWord
Instance Property
var isWord: Bool { get }@property (nonatomic, readonly, getter=isWord) BOOL word;isWord() -> boolTrue if this token is a word. getter=isWord