analyzer/stx_goodies_petitparser_analyzer.st
changeset 382 1825151d6455
parent 381 0bbbcf5da2d4
child 384 a613ecf5d2a1
equal deleted inserted replaced
381:0bbbcf5da2d4 382:1825151d6455
    21 
    21 
    22     ^ '
    22     ^ '
    23     Name: PetitAnalyzer-DiegoLont.46
    23     Name: PetitAnalyzer-DiegoLont.46
    24     Author: DiegoLont
    24     Author: DiegoLont
    25     Time: 02-09-2013, 12:37:58 PM
    25     Time: 02-09-2013, 12:37:58 PM
    26     UUID: 89f155fa-89b4-4bb7-b76e-0f8485be4a56        
    26     UUID: 89f155fa-89b4-4bb7-b76e-0f8485be4a56
    27     Repository: http://smalltalkhub.com/mc/Moose/PetitParser/main
    27     Repository: http://smalltalkhub.com/mc/Moose/PetitParser/main
    28     '
    28     '
    29 
    29 
    30     "Created: / 03-10-2014 / 02:40:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    30     "Created: / 03-10-2014 / 02:40:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    31 !
    31 !
    56      This method is generated automatically,
    56      This method is generated automatically,
    57      by searching along the inheritance chain of all of my classes."
    57      by searching along the inheritance chain of all of my classes."
    58 
    58 
    59     ^ #(
    59     ^ #(
    60         #'stx:goodies/petitparser'    "PPActionParser - extended"
    60         #'stx:goodies/petitparser'    "PPActionParser - extended"
    61         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_analyzer"
    61         #'stx:libbasic'    "LibraryDefinition - extended"
    62     )
    62     )
    63 !
    63 !
    64 
    64 
    65 referencedPreRequisites
    65 referencedPreRequisites
    66     "list packages which are a prerequisite, because they contain
    66     "list packages which are a prerequisite, because they contain
   161         PPNotParser isFirstSetTerminal
   161         PPNotParser isFirstSetTerminal
   162         PPParser firstSets
   162         PPParser firstSets
   163         PPParser isFirstSetTerminal
   163         PPParser isFirstSetTerminal
   164         PPRepeatingParser followSets:firstSets:into:
   164         PPRepeatingParser followSets:firstSets:into:
   165     )
   165     )
   166 
       
   167     "Modified: / 04-10-2014 / 21:20:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   168 ! !
   166 ! !
   169 
   167 
   170 !stx_goodies_petitparser_analyzer class methodsFor:'description - project information'!
   168 !stx_goodies_petitparser_analyzer class methodsFor:'description - project information'!
   171 
   169 
   172 companyName
   170 companyName