Ejemplo n.º 1
0
 private bool shouldReadIdentifier()
 {
     return(!characterStream.isEndOfStream() && characterStream.isNextCharIdentifier());
 }