sbool isIndexedList(L l) { ifclass IndexedList2 if (l instanceof IndexedList2) true; endif ifclass TokenIndexedList3 if (l instanceof TokenIndexedList3) true; endif ret false; }