Uses of Class
com.github.fridujo.glacio.parsing.i18n.LanguageKeywords
-
Packages that use LanguageKeywords Package Description com.github.fridujo.glacio.parsing.i18n com.github.fridujo.glacio.parsing.lexer -
-
Uses of LanguageKeywords in com.github.fridujo.glacio.parsing.i18n
Methods in com.github.fridujo.glacio.parsing.i18n that return LanguageKeywords Modifier and Type Method Description default LanguageKeywordsLanguages. defaultLanguage()static LanguageKeywordsLanguageKeywords. empty()LanguageKeywordsGherkinLanguages. get(Position position, String language)LanguageKeywordsLanguages. get(Position hintPosition, String language)Methods in com.github.fridujo.glacio.parsing.i18n that return types with arguments of type LanguageKeywords Modifier and Type Method Description Map<String,LanguageKeywords>GherkinJsonMapper. map(com.eclipsesource.json.JsonObject jsonObject) -
Uses of LanguageKeywords in com.github.fridujo.glacio.parsing.lexer
Methods in com.github.fridujo.glacio.parsing.lexer that return LanguageKeywords Modifier and Type Method Description LanguageKeywordsLexer. getLanguageKeywords()Methods in com.github.fridujo.glacio.parsing.lexer with parameters of type LanguageKeywords Modifier and Type Method Description voidLexer. setLanguageKeywords(LanguageKeywords languageKeywords)
-