public final String[] getTypeAnnotations() {
   if (_curr == null) {
     throw new IllegalStateException();
   }
   return _curr.getTypeAnnotations();
 }