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