Class MdoRefBuilder
java.lang.Object
com.github._1c_syntax.bsl.languageserver.utils.MdoRefBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getLocaleMdoRef
(DocumentContext documentContext, MD mdo) Получить mdoRef в языке конфигурацииstatic String
getLocaleOwnerMdoName
(DocumentContext documentContext, MD mdo) Получить имя родителя метаданного в языке конфигурации.static String
getMdoRef
(DocumentContext documentContext) static String
getMdoRef
(DocumentContext documentContext, BSLParser.CallStatementContext callStatement) static String
getMdoRef
(DocumentContext documentContext, BSLParser.ComplexIdentifierContext complexIdentifier) static String
getMdoRef
(DocumentContext documentContext, TerminalNode identifier, List<? extends BSLParser.ModifierContext> modifiers)
-
Method Details
-
getMdoRef
public static String getMdoRef(DocumentContext documentContext, BSLParser.CallStatementContext callStatement) -
getMdoRef
-
getMdoRef
public static String getMdoRef(DocumentContext documentContext, BSLParser.ComplexIdentifierContext complexIdentifier) -
getMdoRef
public static String getMdoRef(DocumentContext documentContext, @Nullable TerminalNode identifier, List<? extends BSLParser.ModifierContext> modifiers) -
getLocaleMdoRef
Получить mdoRef в языке конфигурации- Parameters:
documentContext
- the document contextmdo
- the mdo- Returns:
- the locale mdoRef
-
getLocaleOwnerMdoName
Получить имя родителя метаданного в языке конфигурации.- Parameters:
documentContext
- the document contextmdo
- the mdo- Returns:
- the locale owner mdo name
-