
com.daioware.language.compiler.Evaluator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
Compiler's generic utilities
The newest version!
package com.daioware.language.compiler;
public interface Evaluator {
boolean isTrue(String name)throws InvalidEvaluation;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy