Class TransformationUtils.Context
java.lang.Object
com.github._1c_syntax.bsl.reader.common.TransformationUtils.Context
- Enclosing class:
- TransformationUtils
Хранит вспомогательные данные, необходимые для дозаполнения моделей
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(String collectionName, TransformationUtils.Context child) void
addChildMetadata
(String fullName) void
addChildMetadata
(String groupName, String childName) build()
protected boolean
boolean
Class<?>
com.github._1c_syntax.bsl.support.CompatibilityMode
com.github._1c_syntax.bsl.support.CompatibilityMode
com.github._1c_syntax.bsl.types.MdoReference
com.github._1c_syntax.bsl.types.MDOType
getName()
com.github._1c_syntax.bsl.types.MdoReference
getOwner()
Class<?>
com.github._1c_syntax.bsl.support.SupportVariant
int
hashCode()
void
setBuilder
(Object builder) void
setChildren
(Map<String, List<TransformationUtils.Context>> children) void
setChildrenMetadata
(List<String> childrenMetadata) void
setCompatibilityMode
(com.github._1c_syntax.bsl.support.CompatibilityMode compatibilityMode) void
setConfigurationExtensionCompatibilityMode
(com.github._1c_syntax.bsl.support.CompatibilityMode configurationExtensionCompatibilityMode) void
setCurrentPath
(Path currentPath) void
setMdoReference
(com.github._1c_syntax.bsl.types.MdoReference mdoReference) void
setMdoType
(com.github._1c_syntax.bsl.types.MDOType mdoType) void
void
setOwner
(com.github._1c_syntax.bsl.types.MdoReference owner) void
setRealClass
(Class<?> realClass) void
setRealClassName
(String realClassName) void
setSubsystems
(List<String> subsystems) void
setSupportVariant
(com.github._1c_syntax.bsl.support.SupportVariant supportVariant) void
setTemplateType
(TemplateType templateType) void
toString()
-
Constructor Details
-
Context
-
-
Method Details
-
setValue
-
fieldType
-
addChild
-
addChildMetadata
-
addChildMetadata
-
build
-
getName
-
getSubsystems
-
getMdoReference
public com.github._1c_syntax.bsl.types.MdoReference getMdoReference() -
getOwner
public com.github._1c_syntax.bsl.types.MdoReference getOwner() -
getRealClass
-
getRealClassName
-
getBuilder
-
getMdoType
public com.github._1c_syntax.bsl.types.MDOType getMdoType() -
getChildren
-
getSupportVariant
public com.github._1c_syntax.bsl.support.SupportVariant getSupportVariant() -
getCurrentPath
-
getTemplateType
-
getCompatibilityMode
public com.github._1c_syntax.bsl.support.CompatibilityMode getCompatibilityMode() -
getConfigurationExtensionCompatibilityMode
public com.github._1c_syntax.bsl.support.CompatibilityMode getConfigurationExtensionCompatibilityMode() -
getChildrenMetadata
-
setName
-
setSubsystems
-
setMdoReference
public void setMdoReference(com.github._1c_syntax.bsl.types.MdoReference mdoReference) -
setOwner
public void setOwner(com.github._1c_syntax.bsl.types.MdoReference owner) -
setRealClass
-
setRealClassName
-
setBuilder
-
setMdoType
public void setMdoType(com.github._1c_syntax.bsl.types.MDOType mdoType) -
setChildren
-
setSupportVariant
public void setSupportVariant(com.github._1c_syntax.bsl.support.SupportVariant supportVariant) -
setCurrentPath
-
setTemplateType
-
setCompatibilityMode
public void setCompatibilityMode(com.github._1c_syntax.bsl.support.CompatibilityMode compatibilityMode) -
setConfigurationExtensionCompatibilityMode
public void setConfigurationExtensionCompatibilityMode(com.github._1c_syntax.bsl.support.CompatibilityMode configurationExtensionCompatibilityMode) -
setChildrenMetadata
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-