Antlr4.Tool.Grammar.AltLabelVisitor.AltLabelVisitor C# (CSharp) Method

AltLabelVisitor() public method

public AltLabelVisitor ( Antlr input ) : System.Collections.Generic
input Antlr
return System.Collections.Generic
            public AltLabelVisitor(Antlr.Runtime.Tree.ITreeNodeStream input)
                : base(input)
            {
            }