Antlr4.Automata.Handle.Handle C# (CSharp) Method

Handle() public method

public Handle ( ATNState left, ATNState right ) : System.Collections.Generic
left Antlr4.Runtime.Atn.ATNState
right Antlr4.Runtime.Atn.ATNState
return System.Collections.Generic
        public Handle(ATNState left, ATNState right)
        {
            this.left = left;
            this.right = right;
        }