Cface__CConstNode.st
changeset 37 1ad7fb72801a
parent 32 d7464405cbda
child 41 edb5e4849b79
equal deleted inserted replaced
36:4e586238a9f7 37:1ad7fb72801a
    41 
    41 
    42     "Created: / 29-10-2007 / 20:48:37 / haja"
    42     "Created: / 29-10-2007 / 20:48:37 / haja"
    43 ! !
    43 ! !
    44 
    44 
    45 !CConstNode methodsFor:'accessing'!
    45 !CConstNode methodsFor:'accessing'!
       
    46 
       
    47 cName
       
    48     ^ 'const ', super cName
       
    49 
       
    50     "Created: / 06-07-2015 / 07:32:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    51 !
    46 
    52 
    47 ffiPointerTypeSymbol
    53 ffiPointerTypeSymbol
    48 
    54 
    49     ^type ffiPointerTypeSymbol
    55     ^type ffiPointerTypeSymbol
    50 
    56 
   140 !
   146 !
   141 
   147 
   142 version_SVN
   148 version_SVN
   143     ^ '$Id$'
   149     ^ '$Id$'
   144 ! !
   150 ! !
       
   151