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

smetana.core.CFunctionAbstract Maven / Gradle / Ivy

There is a newer version: 1.2024.8
Show newest version
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.

package smetana.core;

public abstract class CFunctionAbstract extends UnsupportedC implements CFunction {

	final private String name;

	public CFunctionAbstract(String name) {
		this.name = name;
	}
	
	public String getName() {
		return name;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy