parsers/java/PJEndOfLineCommentsNode.st
changeset 436 e1c44b571db9
parent 435 3bc08fb90133
child 440 d35dbde9b971
equal deleted inserted replaced
435:3bc08fb90133 436:e1c44b571db9
     5 PJCommentsNode subclass:#PJEndOfLineCommentsNode
     5 PJCommentsNode subclass:#PJEndOfLineCommentsNode
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitJava-AST'
     9 	category:'PetitJava-AST'
    10 !
       
    11 
       
    12 PJEndOfLineCommentsNode comment:''
       
    13 !
    10 !
    14 
    11 
    15 !PJEndOfLineCommentsNode class methodsFor:'as yet unclassified'!
    12 !PJEndOfLineCommentsNode class methodsFor:'as yet unclassified'!
    16 
    13 
    17 comment: aString
    14 comment: aString