Word class

Constructors

Word(String read, String pronunciation, Grammar grammar, String basic, Pos partOfSpeech, String nodeStr, TokenNode token)

Properties

grammar Grammar?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lemma String?
getter/setter pair
partOfSpeech Pos?
getter/setter pair
reading String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokens List<TokenNode>
getter/setter pair
transcription String?
getter/setter pair
word String?
getter/setter pair

Methods

appendToLemma(String suffix) → void
appendToReading(String suffix) → void
appendToTranscription(String suffix) → void
appendToWord(String suffix) → void
getLemma() String?
getPartOfSpeech() Pos?
getTokens() List<TokenNode>
getWord() String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPartOfSpeech(Pos partOfSpeech) → void
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited