Exemplo n.º 1
0
 private String a(t t1) {
   if (t1.j()) {
     t1 = t1.n();
     if (t1.p()) {
       return String.valueOf(t1.b());
     }
     if (t1.a()) {
       return Boolean.toString(t1.g());
     }
     if (t1.q()) {
       return t1.c();
     } else {
       throw new AssertionError();
     }
   }
   if (t1.k()) {
     return "null";
   } else {
     throw new AssertionError();
   }
 }