Uses of Interface
com._1c.g5.v8.dt.bsl.compare.TextRegion
Packages that use TextRegion
Package
Description
- 
Uses of TextRegion in com._1c.g5.v8.dt.bsl.compareMethods in com._1c.g5.v8.dt.bsl.compare that return TextRegionModifier and TypeMethodDescriptionBslCompareFactory.createTextRegion()Returns a new object of class 'Text Region'.ComparisonTextRegion.getAncestorRegion()Returns the value of the 'Ancestor Region' containment reference.ComparisonTextRegion.getMainRegion()Returns the value of the 'Main Region' containment reference.ComparisonTextRegion.getOtherRegion()Returns the value of the 'Other Region' containment reference.ComparisonTextRegion.getRegion(ComparisonSide side) Methods in com._1c.g5.v8.dt.bsl.compare with parameters of type TextRegionModifier and TypeMethodDescriptionvoidComparisonTextRegion.setAncestorRegion(TextRegion value) Sets the value of the 'Ancestor Region' containment reference.voidComparisonTextRegion.setMainRegion(TextRegion value) Sets the value of the 'Main Region' containment reference.voidComparisonTextRegion.setOtherRegion(TextRegion value) Sets the value of the 'Other Region' containment reference.voidComparisonTextRegion.setRegion(ComparisonSide side, TextRegion region) 
- 
Uses of TextRegion in com._1c.g5.v8.dt.bsl.compare.implClasses in com._1c.g5.v8.dt.bsl.compare.impl that implement TextRegionModifier and TypeClassDescriptionclassAn implementation of the model object 'Text Region'.Methods in com._1c.g5.v8.dt.bsl.compare.impl that return TextRegionModifier and TypeMethodDescriptionBslCompareFactoryImpl.createTextRegion()ComparisonTextRegionImpl.getAncestorRegion()ComparisonTextRegionImpl.getMainRegion()ComparisonTextRegionImpl.getOtherRegion()ComparisonTextRegionImpl.getRegion(ComparisonSide side) Methods in com._1c.g5.v8.dt.bsl.compare.impl with parameters of type TextRegionModifier and TypeMethodDescriptionvoidComparisonTextRegionImpl.setAncestorRegion(TextRegion newAncestorRegion) voidComparisonTextRegionImpl.setMainRegion(TextRegion newMainRegion) voidComparisonTextRegionImpl.setOtherRegion(TextRegion newOtherRegion) voidComparisonTextRegionImpl.setRegion(ComparisonSide side, TextRegion region) 
- 
Uses of TextRegion in com._1c.g5.v8.dt.bsl.compare.utilMethods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type TextRegionModifier and TypeMethodDescriptionBslCompareSwitch.caseTextRegion(TextRegion object) Returns the result of interpreting the object as an instance of 'Text Region'.
- 
Uses of TextRegion in com._1c.g5.v8.dt.internal.bsl.compare.contributorMethods in com._1c.g5.v8.dt.internal.bsl.compare.contributor that return TextRegionModifier and TypeMethodDescriptionstatic TextRegionBslModuleSectionCompareUtils.createTextRegion(int offset, int length) Creates a text region with the given offset and length.Methods in com._1c.g5.v8.dt.internal.bsl.compare.contributor that return types with arguments of type TextRegionModifier and TypeMethodDescriptionBslModuleSectionDescription.getRegions()Returns the text regions representing section.Constructor parameters in com._1c.g5.v8.dt.internal.bsl.compare.contributor with type arguments of type TextRegionModifierConstructorDescriptionBslModuleSectionDescription(BslModuleSectionType type, String name, List<TextRegion> regions) Constructor.BslModuleSectionDescription(BslModuleSectionType type, String name, List<TextRegion> regions, String parentProcessorName, PreprocessorType parentPreprocessorType) Constructor.