コード例 #1
0
 public void Digit(Lexer obj, char c)
 {
     obj.Identifier_Digit(c);
 }