Class VisitorTemplate

All Implemented Interfaces:
PCDataVisitor

@Undocumented public final class VisitorTemplate extends Visitor
Copy-and-edit "boilerplate" source for user defined visitor code. The visit(..) methods all throw RuntimeException and are to be edited by the programmer.
Please note that only the element-level visit methods have been included. There may be further methods for sub-contents, which have been left out for readability. These can be found in the generated Visitor.