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

org.unlaxer.tinyexpression.parser.StringStartsWithMethodParser Maven / Gradle / Ivy

The newest version!
package org.unlaxer.tinyexpression.parser;

public class StringStartsWithMethodParser extends StringExpressionMethodParser{

	private static final long serialVersionUID = -1482143516561082311L;
	
	public StringStartsWithMethodParser() {
		super("startsWith");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy