visitChoice abstract method

T visitChoice(
  1. ChoiceState node
)

Visits the ChoiceState node.

Implementation

T visitChoice(ChoiceState node);