Beispiel #1
0
 public override ATNConfigSet Clone(bool @readonly)
 {
     Antlr4.Runtime.Atn.OrderedATNConfigSet copy = new Antlr4.Runtime.Atn.OrderedATNConfigSet(this, @readonly);
     if (!@readonly && this.IsReadOnly)
     {
         copy.AddAll(this);
     }
     return(copy);
 }
 public override ATNConfigSet Clone(bool @readonly)
 {
     Antlr4.Runtime.Atn.OrderedATNConfigSet copy = new Antlr4.Runtime.Atn.OrderedATNConfigSet(this, @readonly);
     if (!@readonly && this.IsReadOnly)
     {
         copy.AddAll(this);
     }
     return copy;
 }