getATN method
Get the ATN used by the recognizer for prediction.
@return The ATN used by the recognizer for prediction.
Implementation
@override
ATN getATN() {
return _ATN;
}
Get the ATN used by the recognizer for prediction.
@return The ATN used by the recognizer for prediction.
@override
ATN getATN() {
return _ATN;
}