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

org.snapscript.tree.define.ModulePart Maven / Gradle / Ivy

package org.snapscript.tree.define;

import org.snapscript.core.Statement;
import org.snapscript.core.module.Module;

public interface ModulePart {
   Statement define(ModuleBody body, Module module) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy