Package smetana.core
Class CFunctionAbstract
- java.lang.Object
-
- smetana.core.UnsupportedC
-
- smetana.core.CFunctionAbstract
-
public abstract class CFunctionAbstract extends UnsupportedC implements CFunction
-
-
Field Summary
-
Fields inherited from class smetana.core.UnsupportedC
CPT, UID
-
-
Constructor Summary
Constructors Constructor Description CFunctionAbstract(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
-
Methods inherited from class smetana.core.UnsupportedC
castTo, getTheField, isSameThan, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface smetana.core.__ptr__
castTo, getTheField, isSameThan, unsupported
-
-