Uses of Interface
com._1c.g5.v8.dt.bsl.compare.TextRegion
-
Packages that use TextRegion Package Description com._1c.g5.v8.dt.bsl.compare com._1c.g5.v8.dt.bsl.compare.impl com._1c.g5.v8.dt.bsl.compare.util -
-
Uses of TextRegion in com._1c.g5.v8.dt.bsl.compare
Methods in com._1c.g5.v8.dt.bsl.compare that return TextRegion Modifier and Type Method Description TextRegion
BslCompareFactory. createTextRegion()
Returns a new object of class 'Text Region'.TextRegion
ComparisonTextRegion. getAncestorRegion()
Returns the value of the 'Ancestor Region' containment reference.TextRegion
ComparisonTextRegion. getMainRegion()
Returns the value of the 'Main Region' containment reference.TextRegion
ComparisonTextRegion. getOtherRegion()
Returns the value of the 'Other Region' containment reference.TextRegion
ComparisonTextRegion. getRegion(ComparisonSide side)
Methods in com._1c.g5.v8.dt.bsl.compare with parameters of type TextRegion Modifier and Type Method Description void
ComparisonTextRegion. setAncestorRegion(TextRegion value)
Sets the value of the 'Ancestor Region
' containment reference.void
ComparisonTextRegion. setMainRegion(TextRegion value)
Sets the value of the 'Main Region
' containment reference.void
ComparisonTextRegion. setOtherRegion(TextRegion value)
Sets the value of the 'Other Region
' containment reference.void
ComparisonTextRegion. setRegion(ComparisonSide side, TextRegion region)
-
Uses of TextRegion in com._1c.g5.v8.dt.bsl.compare.impl
Classes in com._1c.g5.v8.dt.bsl.compare.impl that implement TextRegion Modifier and Type Class Description class
TextRegionImpl
An implementation of the model object 'Text Region'.Methods in com._1c.g5.v8.dt.bsl.compare.impl that return TextRegion Modifier and Type Method Description TextRegion
BslCompareFactoryImpl. createTextRegion()
TextRegion
ComparisonTextRegionImpl. getAncestorRegion()
TextRegion
ComparisonTextRegionImpl. getMainRegion()
TextRegion
ComparisonTextRegionImpl. getOtherRegion()
TextRegion
ComparisonTextRegionImpl. getRegion(ComparisonSide side)
Methods in com._1c.g5.v8.dt.bsl.compare.impl with parameters of type TextRegion Modifier and Type Method Description void
ComparisonTextRegionImpl. setAncestorRegion(TextRegion newAncestorRegion)
void
ComparisonTextRegionImpl. setMainRegion(TextRegion newMainRegion)
void
ComparisonTextRegionImpl. setOtherRegion(TextRegion newOtherRegion)
void
ComparisonTextRegionImpl. setRegion(ComparisonSide side, TextRegion region)
-
Uses of TextRegion in com._1c.g5.v8.dt.bsl.compare.util
Methods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type TextRegion Modifier and Type Method Description T
BslCompareSwitch. caseTextRegion(TextRegion object)
Returns the result of interpreting the object as an instance of 'Text Region'.
-