-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #4: a couple of more classes along for the ride
- Loading branch information
1 parent
16352d0
commit 8b3ef45
Showing
26 changed files
with
136 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
5 changes: 5 additions & 0 deletions
5
src/GsDevKit_stones-Tode.package/GsErrorNotification.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
} } |
14 changes: 14 additions & 0 deletions
14
src/GsDevKit_stones-Tode.package/GsErrorNotification.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"category" : "GsDevKit_stones-Tode", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
], | ||
"name" : "GsErrorNotification", | ||
"pools" : [ | ||
], | ||
"super" : "GsRuntimeExceptionNotification", | ||
"type" : "normal" } |
Empty file.
3 changes: 3 additions & 0 deletions
3
...Kit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/contextAsOopType.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
accessing | ||
contextAsOopType | ||
^ self gciErrSType context |
3 changes: 3 additions & 0 deletions
3
...ge/GsRuntimeExceptionNotification.class/instance/convertTDEvaluateTokenResponseToText..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
accessing | ||
convertTDEvaluateTokenResponseToText: objectSerializer | ||
^ self convertTDEvaluateTokenResponseToText |
3 changes: 3 additions & 0 deletions
3
...age/GsRuntimeExceptionNotification.class/instance/convertTDEvaluateTokenResponseToText.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
accessing | ||
convertTDEvaluateTokenResponseToText | ||
^ self description |
4 changes: 4 additions & 0 deletions
4
..._stones-Tode.package/GsRuntimeExceptionNotification.class/instance/customDefaultAction.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
customDefaultAction | ||
^ {#logStack. | ||
(self description)} |
4 changes: 4 additions & 0 deletions
4
...DevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/defaultAction.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
defaultAction | ||
self topez exception: self exceptionAsOopType context: self contextAsOopType. | ||
^ self customDefaultAction |
3 changes: 3 additions & 0 deletions
3
...GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/description.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
accessing | ||
description | ||
^ self gciErrSType message |
3 changes: 3 additions & 0 deletions
3
...GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/errorNumber.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
accessing | ||
errorNumber | ||
^ self gciErrSType number |
3 changes: 3 additions & 0 deletions
3
...t_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/exceptionAsOopType.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
accessing | ||
exceptionAsOopType | ||
^ self gciErrSType exceptionObj |
3 changes: 3 additions & 0 deletions
3
...sDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/gciErrSType..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
accessing | ||
gciErrSType: anObject | ||
gciErrSType := anObject |
3 changes: 3 additions & 0 deletions
3
...GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/gciErrSType.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
accessing | ||
gciErrSType | ||
^ gciErrSType |
3 changes: 3 additions & 0 deletions
3
..._stones-Tode.package/GsRuntimeExceptionNotification.class/instance/gciLocalForLibrary..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
accessing | ||
gciLocalForLibrary: ignored | ||
^self |
3 changes: 3 additions & 0 deletions
3
src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/topez..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
accessing | ||
topez: anObject | ||
topez := anObject |
3 changes: 3 additions & 0 deletions
3
src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/topez.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
accessing | ||
topez | ||
^ topez |
17 changes: 17 additions & 0 deletions
17
src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"contextAsOopType" : "dkh 3/29/2013 13:45", | ||
"convertTDEvaluateTokenResponseToText" : "dkh 3/29/2013 13:56", | ||
"convertTDEvaluateTokenResponseToText:" : "dkh 4/30/2016 07:50", | ||
"customDefaultAction" : "dkh 10/18/2015 08:04", | ||
"defaultAction" : "dkh 3/29/2013 14:08", | ||
"description" : "dkh 3/29/2013 13:16", | ||
"errorNumber" : "dkh 3/30/2013 16:27", | ||
"exceptionAsOopType" : "dkh 3/29/2013 13:26", | ||
"gciErrSType" : "dkh 3/29/2013 13:05", | ||
"gciErrSType:" : "dkh 3/29/2013 13:05", | ||
"gciLocalForLibrary:" : "dkh 7/14/2013 17:14", | ||
"topez" : "dkh 3/29/2013 13:35", | ||
"topez:" : "dkh 3/29/2013 13:43" } } |
15 changes: 15 additions & 0 deletions
15
src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"category" : "GsDevKit_stones-Tode", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
"topez", | ||
"gciErrSType" ], | ||
"name" : "GsRuntimeExceptionNotification", | ||
"pools" : [ | ||
], | ||
"super" : "Notification", | ||
"type" : "normal" } |
Empty file.
6 changes: 6 additions & 0 deletions
6
...stones-Tode.package/GsTopezCommandErrorNotification.class/instance/customDefaultAction.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
as yet unclassified | ||
customDefaultAction | ||
true | ||
ifTrue: [ ^ super customDefaultAction ]. | ||
^ {#'debug'. | ||
self} |
5 changes: 5 additions & 0 deletions
5
src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"customDefaultAction" : "dkh 3/29/2013 13:40" } } |
14 changes: 14 additions & 0 deletions
14
src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"category" : "GsDevKit_stones-Tode", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
], | ||
"name" : "GsTopezCommandErrorNotification", | ||
"pools" : [ | ||
], | ||
"super" : "GsErrorNotification", | ||
"type" : "normal" } |
Empty file.
5 changes: 5 additions & 0 deletions
5
src/GsDevKit_stones-Tode.package/TDRestoreFromBackupComplete.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
} } |
14 changes: 14 additions & 0 deletions
14
src/GsDevKit_stones-Tode.package/TDRestoreFromBackupComplete.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"category" : "GsDevKit_stones-Tode", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
], | ||
"name" : "TDRestoreFromBackupComplete", | ||
"pools" : [ | ||
], | ||
"super" : "Notification", | ||
"type" : "normal" } |