compiler/PPCInlinedMethod.st
changeset 538 16e8536f5cfb
parent 525 751532c8f3db
equal deleted inserted replaced
537:fb212e14d1f4 538:16e8536f5cfb
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitCompiler-Compiler-Codegen'
     9 	category:'PetitCompiler-Compiler-Codegen'
    10 !
    10 !
       
    11 
    11 
    12 
    12 !PPCInlinedMethod methodsFor:'as yet unclassified'!
    13 !PPCInlinedMethod methodsFor:'as yet unclassified'!
    13 
    14 
    14 call
    15 call
    15     ^ self source
    16     ^ self source
    54     self error: 'sorry, I can''t allocate variables....'
    55     self error: 'sorry, I can''t allocate variables....'
    55 
    56 
    56    "Created: / 23-04-2015 / 21:06:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    57    "Created: / 23-04-2015 / 21:06:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    57 ! !
    58 ! !
    58 
    59 
       
    60 !PPCInlinedMethod class methodsFor:'documentation'!
       
    61 
       
    62 version_HG
       
    63 
       
    64     ^ '$Changeset: <not expanded> $'
       
    65 ! !
       
    66