Interface VisitorStarter


  • public interface VisitorStarter
    Interface for starting an implementation of the visitors for ASTs.
    Author:
    pieter_van_raemdonck - Application Engineers NV/SA - www.ae.be
    • Field Detail

      • DUMMY

        static final VisitorStarter DUMMY
        Placeholder VisitorStarter implementation that can be used when no real implementation exists yet. This dummy implementation does nothing.
    • Method Detail

      • start

        void start​(Node rootNode)
        Start the visitor, given the root-node of the AST.
        Parameters:
        rootNode - The root node of the AST