hogoww / Illicium

Translation from Pharo to C
3 stars 1 forks source link

Base Visitor visit default behavior #5

Closed hogoww closed 4 years ago

hogoww commented 5 years ago

By default, every hook should visit it's superclass if no override is done. So with Declaration --|> Node

visitDeclaration: aDeclaration self visitNode: aNode

hogoww commented 4 years ago

Done in refactor

hogoww commented 4 years ago

added in PR #42