compiler/PPCCompilationContext.st
changeset 534 a949c4fe44df
parent 533 666372dbe307
child 537 fb212e14d1f4
equal deleted inserted replaced
533:666372dbe307 534:a949c4fe44df
    16 
    16 
    17     ^ self basicNew initialize.
    17     ^ self basicNew initialize.
    18 ! !
    18 ! !
    19 
    19 
    20 !PPCCompilationContext methodsFor:'accessing'!
    20 !PPCCompilationContext methodsFor:'accessing'!
       
    21 
       
    22 idGenerator
       
    23     ^ self parserClass idGen
       
    24 
       
    25     "Created: / 03-09-2015 / 21:27:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    26 !
    21 
    27 
    22 options
    28 options
    23     ^ options
    29     ^ options
    24 !
    30 !
    25 
    31