Menu

GeneratorUseCase

Walter Lyrer

Visitor Generator Use Cases

  1. You have a component tree but you are not allowed to apply the Visitor Design Pattern:
  2. Code skeleton is generated and saves a lot of coding time
  3. You want to separate the code for traversing the component tree from the visiting code but it is too difficult as proposed on the Visitor Design Pattern (they propose to implement an iterator and to integrate it somehow, yeah somehow is the main and worst difficulty of this proposition).
  4. You can seperate such code by simply using the Visitor Generator

Copyright

Copyright by Walter Lyrer

Disclaimer

The author cannot be made responsible for any damage caused by the Visitor Generator.
The usage of the Visitor Generator is on own risk.
The code is designed and implemented on best know-how and with good intentions by the author.
Especially is to mention that the generated code of the Visitor Generator is not guaranteed to run instantly correct.
Manual supervision is necessary.

Author

Walter Lyrer

Other projects from same author

Jacoge Java Generator Eclipse Plugin
Converter Generator
Strategy/State Generator
Named Parameter Converter

Project Members: