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

org.intocps.fmichecker.quotes.approxQuote Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
package org.intocps.fmichecker.quotes;
import org.overture.codegen.runtime.*;
@SuppressWarnings("all")
final  public  class approxQuote  
{
			private static   int hc  = 0;
		private static   approxQuote instance  = null;
						public     approxQuote() 
{

				if ( Utils.equals(hc, 0) )
{
	hc = 	super.hashCode();
}

	
}
		public  static  approxQuote getInstance() 
{

				if ( Utils.equals(instance, null) )
{
	instance = new approxQuote();
}

			  return instance;

	
}
		public    int hashCode() 
{

				  return hc;

	
}
		public    boolean equals( final Object obj) 
{

				  return obj instanceof approxQuote;

	
}
		public    String toString() 
{

				  return "";

	
}
						
			}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy