JMDictEntry class abstract

Entries consist of kanji elements, reading elements, general information and sense elements. Each entry must have at least one reading element and one sense element. Others are optional.

Quoted from JMdict:37-39

Constructors

JMDictEntry()

Properties

entrySequence int
A unique numeric sequence number for each entry (unsigned integer)
no setter
hashCode int
The hash code for this object.
no setterinherited
kanjiElements Set<KanjiElement>?
An entry may or may not contains KanjiElements
no setter
readingElements Set<ReadingElement>
An entry must have at least one ReadingElement
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senseElements Set<SenseElement>
An entry must have at least one SenseElement with at least one SenseGlossary
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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