static abstract class TokCondition /*is ITokCondition*/ { abstract bool get(LS tok, int i); // i = N Index }