Antlr4.Tool.Alternative.Alternative C# (CSharp) 메소드

Alternative() 공개 메소드

public Alternative ( Rule r, int altNum ) : System.Collections.Generic
r Rule
altNum int
리턴 System.Collections.Generic
        public Alternative(Rule r, int altNum)
        {
            this.rule = r;
            this.altNum = altNum;
        }