GDBObject.st
changeset 45 deb908479a37
parent 35 c17ecf90e446
child 55 437ee6413c74
equal deleted inserted replaced
44:e78460ac5d58 45:deb908479a37
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'GDB-Core'
     7 	category:'GDB-Core'
     8 !
     8 !
     9 
     9 
    10 !GDBObject class methodsFor:'accessing - GDB value descriptors'!
    10 !GDBObject class methodsFor:'accessing-magritte'!
    11 
    11 
    12 gdbValueDescriptor
    12 descriptionContainer
    13     ^ GDBObjectValueDescriptor forClass: self.
    13     ^ GDBMAContainer forClass: self.
    14 
    14 
    15     "Created: / 18-06-2014 / 23:12:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    15     "Created: / 23-09-2014 / 23:26:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    16 ! !
    16 ! !
    17 
    17 
    18 !GDBObject class methodsFor:'utilities - properties'!
    18 !GDBObject class methodsFor:'utilities - properties'!
    19 
    19 
    20 getPropertiesOf: object
    20 getPropertiesOf: object