Interface NodeVisitor

  • All Known Implementing Classes:
    ExpressionBuilder

    public interface NodeVisitor
    Author:
    Jacob Hookom [jacob@hookom.net]
    • Method Detail

      • visit

        void visit​(Node node)
            throws java.lang.Exception
        Throws:
        java.lang.Exception