Antlr4.Automata.Handle.Handle C# (CSharp) 메소드

Handle() 공개 메소드

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