Interface ExpressionVisitor<T>

  • Type Parameters:
    T - Value returned from the visitor.

    public interface ExpressionVisitor<T>
    Visits each type of AST node.