GroovyMetaclass.st
branchdevelopment
changeset 2711 a00302fe5083
parent 2429 ebece4dcaab9
child 2731 13f5be2bf83b
equal deleted inserted replaced
2710:78c4f4a03914 2711:a00302fe5083
    51      as of 1.9.2010
    51      as of 1.9.2010
    52 
    52 
    53 "
    53 "
    54 ! !
    54 ! !
    55 
    55 
    56 
       
    57 !GroovyMetaclass class methodsFor:'accessing - template'!
    56 !GroovyMetaclass class methodsFor:'accessing - template'!
    58 
    57 
    59 classTemplateFor:aSuperClass in:categoryString asNamespace:asNameSpace private:isPrivate
    58 classTemplateFor:aSuperClass in:categoryString asNamespace:asNameSpace private:isPrivate
    60     ^GroovyLanguage instance classTemplateFor: aSuperClass in: categoryString asNamespace: false private: isPrivate
    59     ^GroovyLanguage instance classTemplateFor: aSuperClass in: categoryString asNamespace: false private: isPrivate
    61 
    60 
    62     "Created: / 04-04-2012 / 09:54:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    61     "Created: / 04-04-2012 / 09:54:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    63 ! !
    62 ! !
    64 
       
    65 
    63 
    66 !GroovyMetaclass methodsFor:'compiler interface'!
    64 !GroovyMetaclass methodsFor:'compiler interface'!
    67 
    65 
    68 programmingLanguage
    66 programmingLanguage
    69 
    67 
    77     ^ GroovyCompiler
    75     ^ GroovyCompiler
    78 
    76 
    79     "Created: / 04-04-2012 / 02:24:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    77     "Created: / 04-04-2012 / 02:24:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    80 ! !
    78 ! !
    81 
    79 
    82 
       
    83 !GroovyMetaclass class methodsFor:'documentation'!
    80 !GroovyMetaclass class methodsFor:'documentation'!
    84 
    81 
    85 version_CVS
    82 version_CVS
    86     ^ '$Header: /cvs/stx/stx/libjava/GroovyMetaclass.st,v 1.2 2013-02-25 11:15:31 vrany Exp $'
    83     ^ '$Header$'
    87 !
    84 !
    88 
    85 
    89 version_HG
    86 version_HG
    90 
    87 
    91     ^ '$Changeset: <not expanded> $'
    88     ^ '$Changeset: <not expanded> $'