compiler/TType.st
changeset 2 2a3e47c13905
parent 1 18b4a3b98e96
child 3 97ee341d3e9f
equal deleted inserted replaced
1:18b4a3b98e96 2:2a3e47c13905
     4 
     4 
     5 Object subclass:#TType
     5 Object subclass:#TType
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'Languages-Tea-Type System'
     9 	category:'Languages-Tea-Compiler-Types'
    10 !
    10 !
    11 
    11 
    12 !TType methodsFor:'operations'!
    12 !TType methodsFor:'operations'!
    13 
    13 
    14 union: aTType
    14 union: aTType