eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Diff3Hunk':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: Diff3Hunk


Inheritance:

   Object
   |
   +--Diff3Hunk

Package:
stx:libtool
Category:
Collections-Sequenceable-Diff
Version:
rev: 1.3 date: 2016/08/08 17:39:05
user: mawalch
file: Diff3Hunk.st directory: libtool
module: stx stc-classLibrary: libtool
Author:
Tony Garnock-Jones <tonyg@lshift.com>

Description:


A Diff3Hunk represents a change from the ancestor to either the left or the right branch as part of a three-way merge.

Instance Variables
    newChunk:       <DiffChunk> The new content chunk
    oldChunk:       <DiffChunk> The old (ancestral) content chunk
    side:           <Symbol> Either #left or #right


[instance variables:]

[class variables:]


Related information:



Class protocol:

as yet unclassified
o  side: aSelector entry: anAssociation


Instance protocol:

accessing
o  newChunk

o  newChunk: anObject

o  oldChunk

o  oldChunk: anObject

o  side

o  side: anObject

comparing
o  <= otherHunk

printing & storing
o  printOn: aStream
append a printed representation of the receiver to the argument, aStream



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 21:34:06 GMT