Interface ASTNode

    • Method Detail

      • accept

        void accept​(IVisitor visitor)
        Accept the given visitor.
        Parameters:
        visitor - the AST node visitor