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

fitnesse.wikitext.parser.Matchable Maven / Gradle / Ivy

There is a newer version: 20240707
Show newest version
package fitnesse.wikitext.parser;

public interface Matchable {
    boolean matchesFor(SymbolType symbolType);
    SymbolMatch makeMatch(ScanString input, SymbolStream symbols);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy