예제 #1
0
 private void func_74558_c(PositionTrackingPushbackReader p_74558_1_, JsonListener p_74558_2_)
     throws IOException, InvalidSyntaxException {
   char c = (char) func_74553_l(p_74558_1_);
   if ('"' != c) {
     throw new InvalidSyntaxException(
         (new StringBuilder())
             .append("Expected object identifier to begin with [\"] but got [")
             .append(c)
             .append("].")
             .toString(),
         p_74558_1_);
   }
   p_74558_1_.func_74567_a(c);
   p_74558_2_.func_74648_a(func_74548_i(p_74558_1_));
   char c1 = (char) func_74553_l(p_74558_1_);
   if (c1 != ':') {
     throw new InvalidSyntaxException(
         (new StringBuilder())
             .append("Expected object identifier to be followed by : but got [")
             .append(c1)
             .append("].")
             .toString(),
         p_74558_1_);
   } else {
     func_74545_d(p_74558_1_, p_74558_2_);
     p_74558_2_.func_74658_h();
     return;
   }
 }