main.java.graphics.scenery.spirvcrossj.TInputLanguage Maven / Gradle / Ivy
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.9
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package graphics.scenery.spirvcrossj;
public class TInputLanguage {
private transient long swigCPtr;
protected transient boolean swigCMemOwn;
protected TInputLanguage(long cPtr, boolean cMemoryOwn) {
swigCMemOwn = cMemoryOwn;
swigCPtr = cPtr;
}
protected static long getCPtr(TInputLanguage obj) {
return (obj == null) ? 0 : obj.swigCPtr;
}
protected void finalize() {
delete();
}
public synchronized void delete() {
if (swigCPtr != 0) {
if (swigCMemOwn) {
swigCMemOwn = false;
libspirvcrossjJNI.delete_TInputLanguage(swigCPtr);
}
swigCPtr = 0;
}
}
public void setLanguageFamily(int value) {
libspirvcrossjJNI.TInputLanguage_languageFamily_set(swigCPtr, this, value);
}
public int getLanguageFamily() {
return libspirvcrossjJNI.TInputLanguage_languageFamily_get(swigCPtr, this);
}
public void setStage(int value) {
libspirvcrossjJNI.TInputLanguage_stage_set(swigCPtr, this, value);
}
public int getStage() {
return libspirvcrossjJNI.TInputLanguage_stage_get(swigCPtr, this);
}
public void setDialect(int value) {
libspirvcrossjJNI.TInputLanguage_dialect_set(swigCPtr, this, value);
}
public int getDialect() {
return libspirvcrossjJNI.TInputLanguage_dialect_get(swigCPtr, this);
}
public void setDialectVersion(int value) {
libspirvcrossjJNI.TInputLanguage_dialectVersion_set(swigCPtr, this, value);
}
public int getDialectVersion() {
return libspirvcrossjJNI.TInputLanguage_dialectVersion_get(swigCPtr, this);
}
public TInputLanguage() {
this(libspirvcrossjJNI.new_TInputLanguage(), true);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy