SenseLanguageSource class

This element records the information about the source language(s) of a loan-word/gairaigo. If the source language is other than English, the language is indicated by the SenseLanguageSource.language attribute. The element value (if any) is the source word or phrase.

Quoted from JMdict:174-177

Constructors

SenseLanguageSource(String source, String? lang, String? lsType, [bool isWasei = false])

Properties

hashCode int
The hash code for this object.
no setterinherited
isWasei bool
Indicates that the Japanese word has been constructed from words in the source language, and not from an actual phrase in that language. Most commonly used to indicate "waseieigo".
final
language SenseLanguage
Defines the language(s) from which a loanword is drawn. It will be coded using the three-letter language code from the ISO 639-2 standard. When absent, the value SenseLanguage.eng (i.e. English) is the default value. The bibliographic (B) codes are used.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
The source word or phrase
final
type SourceLanguageType
Indicates whether the lsource element fully or partially describes the source word or phrase of the loanword. If absent, it will have the implied value of SourceLanguageType.full. Otherwise it will contain SourceLanguageType.part.
final

Methods

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

Operators

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