stx_libcomp.st
changeset 2698 d91ab2f27d67
parent 2697 6504da5d94af
child 2724 55837a2a4f3c
equal deleted inserted replaced
2697:6504da5d94af 2698:d91ab2f27d67
    40     This library contains the smalltalk parser and bytecode compiler.
    40     This library contains the smalltalk parser and bytecode compiler.
    41 "
    41 "
    42 !
    42 !
    43 
    43 
    44 extensionsVersion_CVS
    44 extensionsVersion_CVS
    45     ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.41 2011-09-12 14:56:23 cg Exp $'
    45     ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.42 2011-09-12 14:58:18 cg Exp $'
    46 ! !
    46 ! !
    47 
    47 
    48 !stx_libcomp class methodsFor:'description'!
    48 !stx_libcomp class methodsFor:'description'!
    49 
    49 
    50 excludedFromPreRequisites
    50 excludedFromPreRequisites
   156         SuperNode
   156         SuperNode
   157         SyntaxHighlighter
   157         SyntaxHighlighter
   158         BreakpointDescription
   158         BreakpointDescription
   159         (ParseNodeValidator autoload)
   159         (ParseNodeValidator autoload)
   160         (ParseNodeVisitor autoload)
   160         (ParseNodeVisitor autoload)
       
   161         (MethodNode autoload)
   161         InstrumentingForSimpleCoverageCompiler
   162         InstrumentingForSimpleCoverageCompiler
   162     )
   163     )
   163 
   164 
   164     "Modified: / 12-09-2011 / 16:56:05 / cg"
   165     "Modified: / 12-09-2011 / 16:56:47 / cg"
   165 !
   166 !
   166 
   167 
   167 extensionMethodNames
   168 extensionMethodNames
   168     "lists the extension methods which are to be included in the project.
   169     "lists the extension methods which are to be included in the project.
   169      Entries are 2-element array literals, consisting of class-name and selector."
   170      Entries are 2-element array literals, consisting of class-name and selector."
   213 ! !
   214 ! !
   214 
   215 
   215 !stx_libcomp class methodsFor:'documentation'!
   216 !stx_libcomp class methodsFor:'documentation'!
   216 
   217 
   217 version
   218 version
   218     ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.41 2011-09-12 14:56:23 cg Exp $'
   219     ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.42 2011-09-12 14:58:18 cg Exp $'
   219 !
   220 !
   220 
   221 
   221 version_CVS
   222 version_CVS
   222     ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.41 2011-09-12 14:56:23 cg Exp $'
   223     ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.42 2011-09-12 14:58:18 cg Exp $'
   223 !
   224 !
   224 
   225 
   225 version_SVN
   226 version_SVN
   226     ^ '§ Id §'
   227     ^ '§ Id §'
   227 ! !
   228 ! !