Cface__CIntNode.st
changeset 37 1ad7fb72801a
parent 32 d7464405cbda
child 42 a428eeead6ad
equal deleted inserted replaced
36:4e586238a9f7 37:1ad7fb72801a
    14 
    14 
    15 cByteSize
    15 cByteSize
    16     "superclass Cface::CTypeNode says that I am responsible to implement this method"
    16     "superclass Cface::CTypeNode says that I am responsible to implement this method"
    17 
    17 
    18     ^ self shouldImplement
    18     ^ self shouldImplement
       
    19 !
       
    20 
       
    21 cName
       
    22     "superclass Cface::CBuiltinNode says that I am responsible to implement this method"
       
    23 
       
    24     ^ 'int'
       
    25 
       
    26     "Modified: / 06-07-2015 / 07:31:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    19 !
    27 !
    20 
    28 
    21 ffiTypeSymbol
    29 ffiTypeSymbol
    22     "superclass Cface::CTypeNode says that I am responsible to implement this method"
    30     "superclass Cface::CTypeNode says that I am responsible to implement this method"
    23 
    31 
    60 !CIntNode class methodsFor:'documentation'!
    68 !CIntNode class methodsFor:'documentation'!
    61 
    69 
    62 version_SVN
    70 version_SVN
    63     ^ '$Id$'
    71     ^ '$Id$'
    64 ! !
    72 ! !
       
    73