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

com.daioware.language.compiler.Evaluator Maven / Gradle / Ivy

The newest version!
package com.daioware.language.compiler;

public interface Evaluator {
	
	boolean isTrue(String name)throws InvalidEvaluation;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy