analyzer/stx_goodies_petitparser_analyzer.st
changeset 459 4751c407bb40
parent 405 0470a5e6e712
equal deleted inserted replaced
452:9f4558b3be66 459:4751c407bb40
     1 "{ Package: 'stx:goodies/petitparser/analyzer' }"
     1 "{ Package: 'stx:goodies/petitparser/analyzer' }"
       
     2 
       
     3 "{ NameSpace: Smalltalk }"
     2 
     4 
     3 LibraryDefinition subclass:#stx_goodies_petitparser_analyzer
     5 LibraryDefinition subclass:#stx_goodies_petitparser_analyzer
     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_analyzer class methodsFor:'documentation'!
       
    11 
       
    12 extensionsVersion_HG
       
    13 
       
    14     ^ '$Changeset: <not expanded> $'
       
    15 ! !
       
    16 
    12 
    17 !stx_goodies_petitparser_analyzer class methodsFor:'accessing - monticello'!
    13 !stx_goodies_petitparser_analyzer class methodsFor:'accessing - monticello'!
    18 
    14 
    19 monticelloLastMergedVersionInfo
    15 monticelloLastMergedVersionInfo
    20     "The last merged version is: "
    16     "The last merged version is: "
    73 !
    69 !
    74 
    70 
    75 referencedPreRequisites
    71 referencedPreRequisites
    76     "list packages which are a prerequisite, because they contain
    72     "list packages which are a prerequisite, because they contain
    77      classes which are referenced by my classes.
    73      classes which are referenced by my classes.
    78      We do not need these packages as a prerequisite for loading or compiling.
    74      We do not need these packages as a prerequisite for compiling or loading,
       
    75      however, a class from it may be referenced during execution and having it
       
    76      unloaded then may lead to a runtime doesNotUnderstand error, unless the caller
       
    77      includes explicit checks for the package being present.
    79      This method is generated automatically,
    78      This method is generated automatically,
    80      by searching all classes (and their packages) which are referenced by my classes."
    79      by searching all classes (and their packages) which are referenced by my classes."
    81 
    80 
    82     ^ #(
    81     ^ #(
    83     )
    82     )