Uses of Class
org.reploop.parser.thrift.tree.Lang
-
Packages that use Lang Package Description org.reploop.parser.thrift.tree -
-
Uses of Lang in org.reploop.parser.thrift.tree
Methods in org.reploop.parser.thrift.tree that return Lang Modifier and Type Method Description static LangLang. valueOf(String name)Returns the enum constant of this type with the specified name.static Lang[]Lang. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.reploop.parser.thrift.tree that return types with arguments of type Lang Modifier and Type Method Description EnumSet<Lang>NamespaceScope. getScopes()Methods in org.reploop.parser.thrift.tree with parameters of type Lang Modifier and Type Method Description booleanNamespaceScope. support(Lang lang)Constructor parameters in org.reploop.parser.thrift.tree with type arguments of type Lang Constructor Description NamespaceScope(EnumSet<Lang> scopes)
-