Antlr4.Runtime.Atn.ATNSimulator.ClearDFA C# (CSharp) Method

ClearDFA() public method

public ClearDFA ( ) : void
return void
        public virtual void ClearDFA()
        {
            throw new Exception("This ATN simulator does not support clearing the DFA.");
        }