jv_libgdbs.st
changeset 3 29ea333a1811
parent 2 a96eb336dbd3
child 4 62366cc0fd95
equal deleted inserted replaced
2:a96eb336dbd3 3:29ea333a1811
    26      They are mandatory, beacuse we need these packages as a prerequisite for loading and compiling.
    26      They are mandatory, beacuse we need these packages as a prerequisite for loading and compiling.
    27      This method is generated automatically,
    27      This method is generated automatically,
    28      by searching along the inheritance chain of all of my classes."
    28      by searching along the inheritance chain of all of my classes."
    29 
    29 
    30     ^ #(
    30     ^ #(
    31         #'stx:libbasic'    "LibraryDefinition - superclass of jv_libgdbs "
    31         #'stx:goodies/announcements'    "Announcement - superclass of GDBMICommandResultEvent "
       
    32         #'stx:libbasic'    "Collection - superclass of GDBMIEventSet "
    32     )
    33     )
    33 !
    34 !
    34 
    35 
    35 referencedPreRequisites
    36 referencedPreRequisites
    36     "list packages which are a prerequisite, because they contain
    37     "list packages which are a prerequisite, because they contain
    63 
    64 
    64     ^ #(
    65     ^ #(
    65         "<className> or (<className> attributes...) in load order"
    66         "<className> or (<className> attributes...) in load order"
    66         GDB
    67         GDB
    67         GDBLauncher
    68         GDBLauncher
       
    69         GDBMICommand
       
    70         GDBMICommandResult
       
    71         GDBMICommandStatus
    68         GDBMIDriver
    72         GDBMIDriver
       
    73         GDBMIEvent
       
    74         GDBMIEventSet
       
    75         GDBObject
       
    76         #'jv_libgdbs'
       
    77         GDBMICommandResultEvent
    69         GDBMIParser
    78         GDBMIParser
    70         #'jv_libgdbs'
    79         GDBTuple
    71     )
    80     )
    72 !
    81 !
    73 
    82 
    74 extensionMethodNames
    83 extensionMethodNames
    75     "list class/selector pairs of extensions.
    84     "list class/selector pairs of extensions.