islands/stx_goodies_petitparser_islands.st
changeset 505 19d830b74322
parent 460 87a3d30ab570
equal deleted inserted replaced
504:0fb1f0799fc1 505:19d830b74322
    66      This method is generated automatically,
    66      This method is generated automatically,
    67      by searching along the inheritance chain of all of my classes."
    67      by searching along the inheritance chain of all of my classes."
    68 
    68 
    69     ^ #(
    69     ^ #(
    70         #'stx:goodies/petitparser'    "PPChoiceParser - extended"
    70         #'stx:goodies/petitparser'    "PPChoiceParser - extended"
    71         #'stx:libbasic'    "Autoload - superclass of JavaParser"
    71         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_islands"
    72     )
    72     )
    73 !
    73 !
    74 
    74 
    75 referencedPreRequisites
    75 referencedPreRequisites
    76     "list packages which are a prerequisite, because they contain
    76     "list packages which are a prerequisite, because they contain
   105      or an array-literal consisting of class name and attributes.
   105      or an array-literal consisting of class name and attributes.
   106      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   106      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   107 
   107 
   108     ^ #(
   108     ^ #(
   109         "<className> or (<className> attributes...) in load order"
   109         "<className> or (<className> attributes...) in load order"
       
   110         (JavaParser autoload)
   110         PPInputEnds
   111         PPInputEnds
   111         PPIsland
   112         PPIsland
   112         PPNonEmptyParser
   113         PPNonEmptyParser
   113         PPWater
   114         PPWater
       
   115         (XmlFeedParser autoload)
   114         #'stx_goodies_petitparser_islands'
   116         #'stx_goodies_petitparser_islands'
   115         PPMemoizingIsland
   117         PPMemoizingIsland
   116         (JavaParser autoload)
       
   117         (RobustXmlFeedParser autoload)
   118         (RobustXmlFeedParser autoload)
   118         (XmlFeedParser autoload)
       
   119     )
   119     )
   120 !
   120 !
   121 
   121 
   122 extensionMethodNames
   122 extensionMethodNames
   123     "list class/selector pairs of extensions.
   123     "list class/selector pairs of extensions.