islands/stx_goodies_petitparser_islands.st
changeset 420 b2f2f15cef26
parent 405 0470a5e6e712
child 454 a9cd5ea7cc36
child 459 4751c407bb40
equal deleted inserted replaced
419:5c502ab8e87d 420:b2f2f15cef26
    70      This method is generated automatically,
    70      This method is generated automatically,
    71      by searching along the inheritance chain of all of my classes."
    71      by searching along the inheritance chain of all of my classes."
    72 
    72 
    73     ^ #(
    73     ^ #(
    74         #'stx:goodies/petitparser'    "PPChoiceParser - extended"
    74         #'stx:goodies/petitparser'    "PPChoiceParser - extended"
    75         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_islands"
    75         #'stx:libbasic'    "Autoload - superclass of JavaParser"
    76     )
    76     )
    77 !
    77 !
    78 
    78 
    79 referencedPreRequisites
    79 referencedPreRequisites
    80     "list packages which are a prerequisite, because they contain
    80     "list packages which are a prerequisite, because they contain
   106      or an array-literal consisting of class name and attributes.
   106      or an array-literal consisting of class name and attributes.
   107      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   107      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   108 
   108 
   109     ^ #(
   109     ^ #(
   110         "<className> or (<className> attributes...) in load order"
   110         "<className> or (<className> attributes...) in load order"
   111         (JavaParser autoload)
       
   112         PPInputEnds
   111         PPInputEnds
   113         PPIsland
   112         PPIsland
   114         PPNonEmptyParser
   113         PPNonEmptyParser
   115         PPWater
   114         PPWater
   116         (XmlFeedParser autoload)
       
   117         #'stx_goodies_petitparser_islands'
   115         #'stx_goodies_petitparser_islands'
   118         PPMemoizingIsland
   116         PPMemoizingIsland
       
   117         (JavaParser autoload)
   119         (RobustXmlFeedParser autoload)
   118         (RobustXmlFeedParser autoload)
       
   119         (XmlFeedParser autoload)
   120     )
   120     )
   121 !
   121 !
   122 
   122 
   123 extensionMethodNames
   123 extensionMethodNames
   124     "list class/selector pairs of extensions.
   124     "list class/selector pairs of extensions.