/// <summary>
 /// Sets a left denotation getter.
 /// </summary>
 /// <param name="leftDenotationGetter"></param>
 /// <returns></returns>
 public TokenDefinition SetLeftDenotationGetter(LeftDenotationGetterDelegate leftDenotationGetter)
 {
     this.LeftDenotationGetter = leftDenotationGetter;
     return(this);
 }
Beispiel #2
0
 /// <summary>
 /// Sets a left denotation getter.
 /// </summary>
 /// <param name="leftDenotationGetter"></param>
 /// <returns></returns>
 public TokenDefinition SetLeftDenotationGetter(LeftDenotationGetterDelegate leftDenotationGetter)
 {
     this.LeftDenotationGetter = leftDenotationGetter;
     return this;
 }