getATN method

  1. @override
ATN getATN()

Get the ATN used by the recognizer for prediction.

@return The ATN used by the recognizer for prediction.

Implementation

@override
ATN getATN() { return _ATN; }