compiler/TTypechecker.st
changeset 14 fa42d3f1a578
parent 13 97090c2baa33
child 15 10a95d798b36
equal deleted inserted replaced
13:97090c2baa33 14:fa42d3f1a578
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'Languages-Tea-Compiler-Internals'
     9 	category:'Languages-Tea-Compiler-Internals'
    10 !
    10 !
       
    11 
    11 
    12 
    12 !TTypechecker methodsFor:'visiting'!
    13 !TTypechecker methodsFor:'visiting'!
    13 
    14 
    14 visitArgument: anRBVariableNode
    15 visitArgument: anRBVariableNode
    15     | binding |
    16     | binding |
    93 
    94 
    94     "Created: / 02-09-2015 / 10:34:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    95     "Created: / 02-09-2015 / 10:34:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    95     "Modified: / 14-09-2015 / 14:22:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    96     "Modified: / 14-09-2015 / 14:22:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    96 ! !
    97 ! !
    97 
    98 
       
    99 !TTypechecker class methodsFor:'documentation'!
       
   100 
       
   101 version_HG
       
   102 
       
   103     ^ '$Changeset: <not expanded> $'
       
   104 ! !
       
   105