Beispiel #1
0
 // ------------- Identifier ------------------ //
 @NotNull
 public static String getName(@NotNull DLanguageIdentifier o) {
   DLanguageIdentifierStub stub = o.getStub();
   if (stub != null) return StringUtil.notNullize(stub.getName());
   return o.getText();
 }