PPContext.st
changeset 405 0470a5e6e712
parent 377 6112a403a52d
child 421 7e08b31e0dae
equal deleted inserted replaced
404:8da796db7f95 405:0470a5e6e712
    14 		initialize;
    14 		initialize;
    15 		root: aPPParser;
    15 		root: aPPParser;
    16 		stream: aStream asPetitStream;
    16 		stream: aStream asPetitStream;
    17 		yourself
    17 		yourself
    18 ! !
    18 ! !
       
    19 
       
    20 
    19 
    21 
    20 !PPContext methodsFor:'accessing-globals'!
    22 !PPContext methodsFor:'accessing-globals'!
    21 
    23 
    22 globalAt: aKey
    24 globalAt: aKey
    23 	"Answer the global property value associated with aKey."
    25 	"Answer the global property value associated with aKey."
   217 
   219 
   218 contents 
   220 contents 
   219 	^ stream contents
   221 	^ stream contents
   220 !
   222 !
   221 
   223 
       
   224 isEndOfLine
       
   225 	^ stream isEndOfLine
       
   226 !
       
   227 
   222 isStartOfLine
   228 isStartOfLine
   223 	^ stream isStartOfLine
   229 	^ stream isStartOfLine
   224 !
   230 !
   225 
   231 
   226 next
   232 next