visitSubterminal<E> abstract method

R visitSubterminal<E>(
  1. Subterminal<E> node
)

Implementation

R visitSubterminal<E>(Subterminal<E> node);