All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.squarespace.less.match.Recognizer Maven / Gradle / Ivy

The newest version!
package com.squarespace.less.match;


public interface Recognizer {

  int match(CharSequence seq, int pos, int len);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy