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

GetLabeledAlternatives() public method

public GetLabeledAlternatives ( ) : IDictionary>>
return IDictionary>>
            public virtual IDictionary<string, IList<System.Tuple<int, AltAST>>> GetLabeledAlternatives()
            {
                return labeledAlternatives;
            }