static abstract class TokCondition { abstract bool get(L tok, int i); // i = N Index }