Example #1
0
 public Token?AcceptNextCharacter(char nextCharacter)
 {
     return(State.AcceptNextCharacter(this, nextCharacter));
 }