compiler/PPCAbstractCharacterNode.st
changeset 429 23de165842c3
parent 422 116d2b2af905
child 438 20598d7ce9fa
equal deleted inserted replaced
428:b879012e366e 429:23de165842c3
    68 	self start: compiler id: id.
    68 	self start: compiler id: id.
    69 	self body: compiler.
    69 	self body: compiler.
    70  ^ self stop: compiler.
    70  ^ self stop: compiler.
    71 !
    71 !
    72 
    72 
    73 compileWith: compiler id: id.
    73 compileWith: compiler id: id
    74 	self start: compiler.
    74 	self start: compiler.
    75 	self body: compiler.
    75 	self body: compiler.
    76  ^ compiler stopMethod.
    76  ^ compiler stopMethod.
    77 ! !
    77 ! !
    78 
    78