35033504350535063507350835093510351135123513
switch (char1) { case '\0': // unary plus push(new UnaryPlusOperator(expressionTypeId, fCounter)); break; case '+': // plus plus push(new PrefixPlusPlusOperator(expressionTypeId, fCounter)); break; default: unrecognized = true; break; }