islands/stx_goodies_petitparser_islands.st
changeset 459 4751c407bb40
parent 420 b2f2f15cef26
child 460 87a3d30ab570
equal deleted inserted replaced
452:9f4558b3be66 459:4751c407bb40
     1 "{ Package: 'stx:goodies/petitparser/islands' }"
     1 "{ Package: 'stx:goodies/petitparser/islands' }"
       
     2 
       
     3 "{ NameSpace: Smalltalk }"
     2 
     4 
     3 LibraryDefinition subclass:#stx_goodies_petitparser_islands
     5 LibraryDefinition subclass:#stx_goodies_petitparser_islands
     4 	instanceVariableNames:''
     6 	instanceVariableNames:''
     5 	classVariableNames:''
     7 	classVariableNames:''
     6 	poolDictionaries:''
     8 	poolDictionaries:''
     7 	category:'* Projects & Packages *'
     9 	category:'* Projects & Packages *'
     8 !
    10 !
     9 
    11 
    10 !stx_goodies_petitparser_islands class methodsFor:'documentation'!
       
    11 
       
    12 extensionsVersion_HG
       
    13 
       
    14     ^ '$Changeset: <not expanded> $'
       
    15 ! !
       
    16 
    12 
    17 !stx_goodies_petitparser_islands class methodsFor:'accessing - monticello'!
    13 !stx_goodies_petitparser_islands class methodsFor:'accessing - monticello'!
    18 
    14 
    19 monticelloLastMergedVersionInfo
    15 monticelloLastMergedVersionInfo
    20     "The last merged version is: "
    16     "The last merged version is: "
    77 !
    73 !
    78 
    74 
    79 referencedPreRequisites
    75 referencedPreRequisites
    80     "list packages which are a prerequisite, because they contain
    76     "list packages which are a prerequisite, because they contain
    81      classes which are referenced by my classes.
    77      classes which are referenced by my classes.
    82      We do not need these packages as a prerequisite for loading or compiling.
    78      We do not need these packages as a prerequisite for compiling or loading,
       
    79      however, a class from it may be referenced during execution and having it
       
    80      unloaded then may lead to a runtime doesNotUnderstand error, unless the caller
       
    81      includes explicit checks for the package being present.
    83      This method is generated automatically,
    82      This method is generated automatically,
    84      by searching all classes (and their packages) which are referenced by my classes."
    83      by searching all classes (and their packages) which are referenced by my classes."
    85 
    84 
    86     ^ #(
    85     ^ #(
    87         #'stx:goodies/petitparser/analyzer'    "PPSentinel - referenced by PPParser>>nextSets"
    86         #'stx:goodies/petitparser/analyzer'    "PPSentinel - referenced by PPParser>>nextSets"