smetana.core.UnsupportedC Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml-mit Show documentation
Show all versions of plantuml-mit Show documentation
PlantUML is a component that allows to quickly write diagrams from text.
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package smetana.core;
public class UnsupportedC implements __ptr__ {
// public final static AtomicInteger CPT = new AtomicInteger();
// public final int UID;
public UnsupportedC() {
// this.UID = CPT.decrementAndGet();
}
public boolean isSameThan(__ptr__ other) {
throw new UnsupportedOperationException(getClass().toString());
}
public __ptr__ castTo(Class dest) {
throw new UnsupportedOperationException(getClass().toString());
}
public Object getTheField(FieldOffset bytes) {
throw new UnsupportedOperationException(getClass().toString());
}
final public __ptr__ unsupported() {
throw new UnsupportedOperationException(getClass().toString());
}
}