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

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

package org.snapscript.tree.define;

import org.snapscript.core.scope.Scope;
import org.snapscript.core.scope.instance.Instance;

public interface TypeAllocator {
   Instance allocate(Scope scope, Instance base, Object... list) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy