vocabulary property
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;
}
Get the vocabulary used by the recognizer.
@return A Vocabulary
instance providing information about the
vocabulary used by the grammar.
@override
Vocabulary get vocabulary {
return VOCABULARY;
}