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

org.snapscript.core.ContextValidator Maven / Gradle / Ivy

package org.snapscript.core;

import org.snapscript.core.module.Module;
import org.snapscript.core.type.Type;

public interface ContextValidator {
   void validate(Context context) throws Exception;
   void validate(Type type) throws Exception;
   void validate(Module module) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy