Beispiel #1
0
 private void fetchTokenInCCFor_and() {
   if (syntax.op2CClassSetOp() && left() && peekIs('&')) {
     inc();
     token.type = TokenType.CC_AND;
   }
 }