Toggle navigation
Home
org.languagetool.Language to org.languagetool.DetectedLanguage
No. of Instances - 8
No. of Commits - 1
No. of Projects - {'languagetool'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Convert Class instance creation to method invocation
DetectedLanguage
to
getDetectedLanguage
Add or Remove Method invocation
detectedLang.getName()
to
detectedLang.getDetectedLanguage().getName()
detectedLang.getShortCodeWithCountryAndVariant()
to
detectedLang.getDetectedLanguage().getShortCodeWithCountryAndVariant()