Interface Expr.Visitor<R>

Type Parameters:
R - the return type of the evaluated value
Enclosing interface:
Expr

public static interface Expr.Visitor<R>
Defines operations for the various Expr implementations.