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

org.snapscript.core.type.TypePart Maven / Gradle / Ivy

package org.snapscript.core.type;

import org.snapscript.core.scope.Scope;
import org.snapscript.core.type.Type;

public class TypePart {
   
   public void create(TypeBody body, Type type, Scope scope) throws Exception {}
   
   public TypeState define(TypeBody body, Type type, Scope scope) throws Exception {
      return null;
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy