Class VisitorTemplate

All Implemented Interfaces:
PCDataVisitor

@Generated(generator="eu.bandm.tools.tdom.TypedDOMGenerator", version="", timestamp="2025-01-23_18h15m56") @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.