match static method

void match(
  1. String cc
)

Implementation

static void match(String cc) {
  if (cc != look) {
    expected(cc);
  }
}