Uses of Class
net.sf.smc.Smc.Language
-
-
Uses of Smc.Language in net.sf.smc
Methods in net.sf.smc that return Smc.Language Modifier and Type Method Description static Smc.LanguageSmc. findTargetLanguage(String name)Returns the language record associated with the given name.Methods in net.sf.smc with parameters of type Smc.Language Modifier and Type Method Description static booleanSmc. isValidAccessLevel(String s, Smc.Language targetLanguage)Returnstrueif the given string is a valid access level for target language.static booleanSmc. supportsOption(String option, Smc.Language language)Returnstrueif the target language supports the specified option.
-