Interface ExpressionVisitor<T>

Type Parameters:
T - Value returned from the visitor.
All Known Implementing Classes:
Evaluator

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