parsers/java/PPJavaTokenParser.st
changeset 436 e1c44b571db9
parent 435 3bc08fb90133
child 439 1a7d51c92b9a
equal deleted inserted replaced
435:3bc08fb90133 436:e1c44b571db9
     5 PPTokenParser subclass:#PPJavaTokenParser
     5 PPTokenParser subclass:#PPJavaTokenParser
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitJava-Core'
     9 	category:'PetitJava-Core'
    10 !
       
    11 
       
    12 PPJavaTokenParser comment:''
       
    13 !
    10 !
    14 
    11 
    15 !PPJavaTokenParser methodsFor:'parsing'!
    12 !PPJavaTokenParser methodsFor:'parsing'!
    16 
    13 
    17 parseComments: anArray on: aStream
    14 parseComments: anArray on: aStream