Antlr4.Codegen.Model.Decl.AltLabelStructDecl.AltLabelStructDecl C# (CSharp) Метод

AltLabelStructDecl() публичный Метод

public AltLabelStructDecl ( OutputModelFactory factory, Rule r, string label ) : System.Collections.Generic
factory OutputModelFactory
r Antlr4.Tool.Rule
label string
Результат System.Collections.Generic
        public AltLabelStructDecl(OutputModelFactory factory, Rule r, string label)
            : base(factory, r)
        {
            this.name = // override name set in super to the label ctx
                factory.GetTarget().GetAltLabelContextStructName(label);
            derivedFromName = label;
        }