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

org.snapscript.core.scope.instance.StaticInstance Maven / Gradle / Ivy

package org.snapscript.core.scope.instance;

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

public class StaticInstance extends PrimitiveInstance {

   public StaticInstance(Module module, Scope scope, Type type) {
      super(module, scope, type);
   }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy