예제 #1
0
 public CharTokenExpr(CharConst ch) =>
 this.ch = ch;
예제 #2
0
 public CharacterChar(CharConst ch)
     : base(ch)
 {
     this.ch = ch;
 }