vocabulary property

  1. @override
Vocabulary get vocabulary

Get the vocabulary used by the recognizer.

@return A Vocabulary instance providing information about the vocabulary used by the grammar.

Implementation

@override
Vocabulary get vocabulary {
  return VOCABULARY;
}