Interface TokenVisitor

    • Method Detail

      • visitToken

        void visitToken​(Token token,
                        VisitorRegistrar visitorRegistrar)
        Notifies the visitor of a token.
        Parameters:
        token - Token
        visitorRegistrar - Visitor registrar (can be used to remove itself, or add other visitors)
      • complete

        void complete​(VisitorRegistrar visitorRegistrar)
        Signals that the last token was produced and the statement text was fully parsed.
        Parameters:
        visitorRegistrar - Visitor registrar (can be used to remove itself, or add other visitors)