acceptExpressionVisitor<T> abstract method

T acceptExpressionVisitor<T>(
  1. TomlExpressionVisitor<T> visitor
)

Invokes the correct visit* method for this expression of the given visitor.

Implementation

T acceptExpressionVisitor<T>(TomlExpressionVisitor<T> visitor);