public final SymbolToken[] getTypeAnnotationSymbols() {
   if (_curr == null) {
     throw new IllegalStateException();
   }
   // TODO should this localize the symbols?
   return _curr.getTypeAnnotationSymbols(_symbolTableAccessor);
 }