|
Class: SIFChangeFileReader (private in ChangeSet
This class is only visible from within
ChangeSet.
Object
|
+--ChangeSet::ChangeFileReader
|
+--ChangeSet::SIFChangeFileReader
- Package:
- stx:libbasic3
- Category:
- System-Changes
- Owner:
- ChangeSet
reading-private
-
> handleAnnotation">handleAnnotation
-
change := SIFPrerequisiteChange new prerequisiteFileName:value.
-
> handleClassDefinitionChange">handleClassDefinitionChange
-
(comment from inherited method)
old: remember namespace in className
-
> handleMethodChange:">handleMethodChange: isMeta
-
something wierd ...
-
> processChange">processChange
-
given a parse-tree (from parsing some changes source/chunk),
create changes and evaluate changeAction on each.
The block is invoked with the change and a lineNumberOrNil as
arg; the lineNumber is only valid, if the underlying stream
provides line-numbers; otherwise, nil is passed.
|