visitType<T> abstract method

R visitType<T>(
  1. CType<T> t,
  2. D data
)

Implementation

R visitType<T>(CType<T> t, D data);