Wiki

Changes between Version 4 and Version 5 of VisitorPattern

Show
Ignore:
Timestamp:
10/01/12 09:10:56 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisitorPattern

    v4 v5  
    55Cobra provides a Visitor base class in its standard library. You can read its doc string and browse its members by looking in [http://cobra-language.com/trac/cobra/browser/cobra/trunk/Source/Cobra.Core/Visitor.cobra Cobra.Core/Visitor.cobra] online or in your local installation. 
    66 
    7 Theres an example of use wrt the cobra compiler in [http://cobra-language.com/trac/cobra/browser/cobra/trunk/Source/DocGenerator.cobra Cobra.Lang/DocGenerator.cobra] 
     7Theres an example of use wrt the cobra compiler in [http://cobra-language.com/trac/cobra/browser/cobra/trunk/Source/DocGenerator.cobra Cobra.Core/DocGenerator.cobra] 
    88 
    99External pages on visitors: