parsers/java/PJTypeNode.st
changeset 436 e1c44b571db9
parent 435 3bc08fb90133
equal deleted inserted replaced
435:3bc08fb90133 436:e1c44b571db9
     5 PJASTNode subclass:#PJTypeNode
     5 PJASTNode subclass:#PJTypeNode
     6 	instanceVariableNames:'type'
     6 	instanceVariableNames:'type'
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitJava-AST'
     9 	category:'PetitJava-AST'
    10 !
       
    11 
       
    12 PJTypeNode comment:''
       
    13 !
    10 !
    14 
    11 
    15 !PJTypeNode class methodsFor:'instance creation'!
    12 !PJTypeNode class methodsFor:'instance creation'!
    16 
    13 
    17 type: aString
    14 type: aString