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

prompto.csharp.CSharpExpression Maven / Gradle / Ivy

The newest version!
package prompto.csharp;

import prompto.utils.CodeWriter;



public interface CSharpExpression {

	void toDialect(CodeWriter writer);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy